adjusted margins and made typography more consistent

This commit is contained in:
Gabriele Musco 2021-01-03 21:38:54 +01:00
parent d367638538
commit 620ce271f2
No known key found for this signature in database
GPG key ID: 8539FD3454380B83
4 changed files with 10 additions and 8 deletions

View file

@ -37,6 +37,9 @@ footer {
a {
color: $dim_fg_color;
}
hr {
margin-top: 50px;
}
}
#titleContainer {
@ -93,10 +96,6 @@ nav {
margin-top: 15px;
}
main {
margin: 60px 0;
}
article, .articlePreview {
img {
margin: auto;
@ -192,6 +191,9 @@ h1, h2, h3, h4, h5, h6 {
.card {
margin: 50px 0;
&:first-child {
margin-top: 0;
}
hr {
margin: 50px 0;
}