Style fixes

Fix #196
This commit is contained in:
Alexandre Vicenzi 2021-02-04 23:31:01 +01:00
parent 547ad37c28
commit 69fc4c39c1
2 changed files with 3 additions and 4 deletions

View file

@ -190,6 +190,7 @@ main {
} }
blockquote { blockquote {
margin: 0;
padding: 10px 20px; padding: 10px 20px;
font-weight: 300; font-weight: 300;
font-size: 1.1em; font-size: 1.1em;
@ -567,9 +568,7 @@ ul.social {
article { article {
&.single { max-width: 760px;
min-height: 80vh;
}
ul.list { ul.list {
li { li {

File diff suppressed because one or more lines are too long