fix: remove margin-bottom on h5 inside a tags
Adjusted the margin-bottom of h5 elements nested within a tags to zero. This prevents unexpected spacing issues with elements following these headers, ensuring better layout consistency and alignment.
This commit is contained in:
parent
1128527e5d
commit
fd6fbf2827
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ a h5 {
|
|||
padding: 5px 10px;
|
||||
background-color: #f9f9f9;
|
||||
border-top: 1px solid #ddd;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
|
|
Loading…
Reference in a new issue