add ccs for last <p> and <ul> elements

This commit is contained in:
Helmut Merz 2022-02-19 10:21:33 +01:00
parent 98717d288c
commit ba416a691d

View file

@ -21,6 +21,10 @@ p {
font-family: $font-family-sans-serif;
}
p:last-of-type, ul:last-of-type {
margin-bottom: 0;
}
.badge a {
color: $white;
font-weight: bold;