diff options
author | Valentin Popov <valentin@popov.link> | 2024-10-24 22:16:56 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-10-24 22:16:56 +0300 |
commit | 2aa8042e3db6d7bdb72cf14669bcd27c74620911 (patch) | |
tree | f5cb0f63bf6b0fcebdcda203f2fb1d698e164f54 /src/scss | |
parent | f8d98d29337cebb28a324f6f0aa8b67c5f9727c8 (diff) | |
download | popov.link-2aa8042e3db6d7bdb72cf14669bcd27c74620911.tar.xz popov.link-2aa8042e3db6d7bdb72cf14669bcd27c74620911.zip |
Deleted the page headers
Diffstat (limited to 'src/scss')
-rw-r--r-- | src/scss/_framework.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scss/_framework.scss b/src/scss/_framework.scss index c95a71c..7aa970e 100644 --- a/src/scss/_framework.scss +++ b/src/scss/_framework.scss @@ -35,7 +35,7 @@ body { margin: auto; max-width: 52em; min-height: 100vh; - padding: 4em; + padding: 2em 4em; position: relative; text-rendering: optimizelegibility; } @@ -43,7 +43,7 @@ body { @media (width <=684px) { body { font-size: $fontSizeBase * 0.85; - padding: 4em 1em 2em; + padding: 2em 1em; } } |