diff --git a/styles/components/cover.module.scss b/styles/components/cover.module.scss index c75babd..adbe697 100644 --- a/styles/components/cover.module.scss +++ b/styles/components/cover.module.scss @@ -37,7 +37,7 @@ font-size: 2.5rem; max-width: map-get($main, 'max-width'); margin-bottom: 0.3em; - border-bottom: none; + border-bottom: solid 1px #949494; } .content-meta { max-width: map-get($main, 'max-width'); diff --git a/styles/globals.scss b/styles/globals.scss index 187ad3b..8d06312 100644 --- a/styles/globals.scss +++ b/styles/globals.scss @@ -26,7 +26,7 @@ h3, h4, h5, h6 { - letter-spacing: -0.05em; + letter-spacing: -0.02em; font-family: $font-families-headings; line-height: 1.45em; color: map-get($basic-colors, headings);