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:
parent
f0ef0667a0
commit
791981b7f4
1 changed files with 0 additions and 1 deletions
|
@ -254,7 +254,6 @@ h5 {
|
|||
|
||||
.btn-primary .main-link {
|
||||
flex-grow: 1;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in a new issue