Update _article.scss

This commit is contained in:
Marek Ľach 2019-05-31 09:58:47 +02:00 committed by GitHub
parent 82659391f9
commit d2a684650a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ main header.article {
} }
main .article-info { main .article-info {
margin: 0 auto 3em; margin: 0 auto 2em;
font-size: 0.95em; font-size: 0.95em;
font-weight: 400; font-weight: 400;
@ -76,7 +76,7 @@ main .article-info {
// The article itself // The article itself
main article { main article {
max-width: $article-width; max-width: $article-width;
margin: 2.5em auto; margin: 1.5em auto;
font-family: $lora; font-family: $lora;
font-size: 1.2em; font-size: 1.2em;
line-height: 1.7; line-height: 1.7;
@ -87,7 +87,7 @@ main article {
img { img {
display: block; display: block;
margin: 3em auto; margin: 2em auto;
max-width: 100%; max-width: 100%;
} }
@ -118,7 +118,7 @@ main .article-meta {
} }
> .banner { > .banner {
margin: 3em 0; margin: 2em 0;
& > * { & > * {
margin: $margin; margin: $margin;
} }
@ -370,6 +370,7 @@ main .article-meta {
background: transparent; background: transparent;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
resize: auto;
button { button {
flex: 0 0 10em; flex: 0 0 10em;
font-size: 1.25em; font-size: 1.25em;