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:
parent
3a8f753ef0
commit
5210157e1d
@ -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;
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user