Update main.scss

This commit is contained in:
Marek Ľach 2019-05-31 13:07:59 +02:00 committed by GitHub
parent 38723a4d20
commit d82a7674ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,7 @@ html {
display: none;
appearance: none;
text-align: center;
overflow-y: scroll;
z-index: 20;
}
}
@ -108,10 +109,10 @@ html {
main .article-meta {
> *, .comments {
margin: 0 5%;
margin: 0 3%;
}
> p {
margin: 2em 5%;
margin: 1em 5%;
font-size: 0.9em;
}
.comments > * { margin: auto 5%; }