1
0
mirror of https://github.com/ViViDboarder/Vivid-Casper.git synced 2025-01-08 20:07:39 +00:00

No margin-bottom for last p inside li tags ()

Fixes .
This commit is contained in:
Jeroen 2016-10-24 15:17:30 +02:00 committed by John O'Nolan
parent 5060c945e6
commit 054cd87653

View File

@ -295,6 +295,10 @@ li li {
margin: 0;
}
li > p:last-of-type {
margin-bottom: 0;
}
hr {
display: block;
height: 1px;