1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed paddings on last paragraph

This commit is contained in:
Fedor Katurov 2021-03-11 10:09:35 +07:00
parent 69530a8408
commit 5de7064e2b

View file

@ -55,6 +55,10 @@ $margin: 1em;
p {
margin-bottom: $margin;
&:last-child {
margin-bottom: 0;
}
}
h5, h4, h3, h2, h1 {