From 791981b7f48d042c54a71250196750b415e05440 Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 18 Jun 2024 14:29:17 +0200 Subject: [PATCH] fix(css): remove redundant padding from .btn-primary .main-link The padding on .btn-primary .main-link was redundant and inconsistent with the overall button styling. Removing it ensures better alignment and consistency in button appearance across the application. --- assets/css/base.css | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/css/base.css b/assets/css/base.css index d766dc0..4b50faa 100644 --- a/assets/css/base.css +++ b/assets/css/base.css @@ -254,7 +254,6 @@ h5 { .btn-primary .main-link { flex-grow: 1; - padding: 10px; text-align: center; color: white; text-decoration: none;