1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00

Fix a few sizing things

This commit is contained in:
Daniel Barber 2018-11-10 16:35:43 -05:00
parent 3a8f753ef0
commit 5210157e1d
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ $_media-item-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
.blog-post { .blog-post {
border-bottom: 1px dashed $border-color; border-bottom: 1px dashed $border-color;
padding-bottom: 2.5rem; padding-bottom: 1.5rem;
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
border-bottom: 1px dashed $border-color-dark; border-bottom: 1px dashed $border-color-dark;

View File

@ -17,7 +17,7 @@ $_header-link-focus-text-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
} }
.site-header__logo { .site-header__logo {
width: 6rem; width: 5rem;
} }
.site-header__navigation { .site-header__navigation {

View File

@ -18,7 +18,7 @@ h4 {
h1 { h1 {
font-size: 2.5rem; font-size: 2.5rem;
line-height: 1.333; line-height: 1.333;
margin: 4rem 0 2.5rem; margin: 3rem 0 2.5rem;
} }
h2 { h2 {