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:
parent
69530a8408
commit
5de7064e2b
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,10 @@ $margin: 1em;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin-bottom: $margin;
|
margin-bottom: $margin;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h5, h4, h3, h2, h1 {
|
h5, h4, h3, h2, h1 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue