From 5fc0bfa48977e00b98a60a7734044a2271b5aa93 Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Tue, 8 Jun 2021 12:08:13 +0200 Subject: [PATCH] list and font touchup --- src/styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/styles.css b/src/styles.css index 6cb07bc..1d2eb7a 100644 --- a/src/styles.css +++ b/src/styles.css @@ -7,6 +7,7 @@ --fg-code: #fbf1c7; --fg-alt: #d5c4a1; --fg-link: #d79921; + font-family: sans-serif; } body { @@ -15,6 +16,7 @@ body { margin: 0 auto; width: 50%; } + @media (max-width: 1100px) { body { margin: 0 auto; @@ -72,6 +74,15 @@ li { font-size: medium; } +ol, ul { + margin-left: 8%; + padding-left: 0px; +} + +::marker { + font-weight: bold; +} + /* PARAGRAPHS */ p { font-size: medium;