diff options
author | Valentin Popov <valentin@popov.link> | 2024-09-18 02:24:24 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-09-18 02:24:24 +0300 |
commit | 9ff6f2cd0eb93f294e0a03226daaf5000f1b5f44 (patch) | |
tree | f763b8f1a0e8f362a69ee3a60d3956e243ba8134 /src/scss | |
parent | cf85f107245fd40f7b453d30790a8649eb972083 (diff) | |
download | popov.link-9ff6f2cd0eb93f294e0a03226daaf5000f1b5f44.tar.xz popov.link-9ff6f2cd0eb93f294e0a03226daaf5000f1b5f44.zip |
Added footer component
Diffstat (limited to 'src/scss')
-rw-r--r-- | src/scss/_framework.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scss/_framework.scss b/src/scss/_framework.scss index 9e26f6c..549f9df 100644 --- a/src/scss/_framework.scss +++ b/src/scss/_framework.scss @@ -36,6 +36,7 @@ body { max-width: 52em; min-height: 100vh; padding: 4em; + position: relative; text-rendering: optimizelegibility; } |