add ccs for last <p> and <ul> elements
This commit is contained in:
parent
98717d288c
commit
ba416a691d
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue