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:
Kumi 2024-08-06 19:58:31 +02:00
parent 1128527e5d
commit fd6fbf2827
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -133,6 +133,7 @@ a h5 {
padding: 5px 10px;
background-color: #f9f9f9;
border-top: 1px solid #ddd;
margin-bottom: 0;
}
.pagination {