Minor improvements

This commit is contained in:
Tony Air 2020-05-27 09:16:23 +07:00
parent bb0dcbfe7e
commit 0a372c51dd
1 changed files with 18 additions and 3 deletions

View File

@ -32,9 +32,24 @@ h6,
}
}
ul:last-child,
p:last-child {
margin-bottom: 0;
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
ul,
ol,
p {
&:last-child {
margin-bottom: 0;
}
}
.typography {