From fba4b0054e57d6f9d4ab0f94b607daf8aa0bba0b Mon Sep 17 00:00:00 2001 From: Gabe Petersen Date: Fri, 17 Jun 2022 20:37:48 -0400 Subject: [PATCH] Adjust padding of the adorned fancystyles This will also add some font-size changes to the

to help distinguish the different sections visually. --- docs/styles/fancystyles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/styles/fancystyles.css b/docs/styles/fancystyles.css index f700d4a..c632756 100644 --- a/docs/styles/fancystyles.css +++ b/docs/styles/fancystyles.css @@ -14,7 +14,7 @@ body { } section { - padding: 3em 1.5em 0 1.5em; + padding: 3em 1.5em 2em 1.5em; min-width: 320px; max-width: 960px; } @@ -25,6 +25,7 @@ section:last-of-type { .nes-container.with-title>.title { margin: -2.6rem 0 0 -7px; + font-size: 20px; } ul {