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.
This commit is contained in:
Kumi 2024-06-18 14:29:17 +02:00
parent f0ef0667a0
commit 791981b7f4
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -254,7 +254,6 @@ h5 {
.btn-primary .main-link {
flex-grow: 1;
padding: 10px;
text-align: center;
color: white;
text-decoration: none;