diff options
Diffstat (limited to 'scss/main.scss')
| -rw-r--r-- | scss/main.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scss/main.scss b/scss/main.scss index 8723941..adb87be 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -92,6 +92,7 @@ main { h1, h2, h3 { margin-bottom: 1rem; margin-top: 2rem; + font-weight: bold; } p { @@ -116,6 +117,7 @@ h3 { h4 { font-size: 1.25rem; + font-weight: bold; } ul, ol { @@ -224,6 +226,7 @@ em { width: 100%; column-gap: 1rem; row-gap: 0.5rem; + justify-items: center; @media only screen and (max-width: vars.$bp-little) { grid-template-columns: 1fr; column-gap: 0.5rem; |
