diff --git a/assets/scss/base.scss b/assets/scss/base.scss index b1e9dea..1946068 100644 --- a/assets/scss/base.scss +++ b/assets/scss/base.scss @@ -73,14 +73,12 @@ code, pre { code { background: var(--base01); - font-family: var(--mono-family); font-size: 0.9em; } pre { color: var(--base05); border: var(--border-style); - font-family: var(--mono-family); font-size: 1rem; line-height: 1.5; margin-top: 1rem; diff --git a/assets/scss/layout.scss b/assets/scss/layout.scss index c7ba57b..9c01b75 100644 --- a/assets/scss/layout.scss +++ b/assets/scss/layout.scss @@ -230,8 +230,7 @@ footer[aria-label="Site footer"] { font-size: 0.9em; padding: 1em; - // The styling is solely for consistency sake throughout the site. - > ul { padding-left: 1rem; } + > ul { margin-bottom: unset; } ul { list-style: disc; diff --git a/assets/scss/main.scss b/assets/scss/main.scss index 2b8130f..7df8690 100644 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -18,9 +18,6 @@ --selection-color: var(--base02); } -$mobile-breakpoint: 600px; -$tablet-breakpoint: 860px; - :root { font-family: var(--body-family); font-size: clamp(var(--font-size), 1.4vw, calc(var(--font-size) * 3));