diff options
author | Valentin Popov <valentin@popov.link> | 2024-09-13 03:16:37 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-09-13 03:16:37 +0300 |
commit | 4a821edd509151769ad0a67ac520653ae374f73c (patch) | |
tree | 8d0ab41748e280452d4a75ba8008d615db648989 /src/scss/_framework.scss | |
parent | d4a6772ec51ef955fc6cacd3ad6830c0d87657b1 (diff) | |
download | popov.link-4a821edd509151769ad0a67ac520653ae374f73c.tar.xz popov.link-4a821edd509151769ad0a67ac520653ae374f73c.zip |
Refactor Footer component and remove it from BaseLayout
Diffstat (limited to 'src/scss/_framework.scss')
-rw-r--r-- | src/scss/_framework.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scss/_framework.scss b/src/scss/_framework.scss index 549f9df..9e26f6c 100644 --- a/src/scss/_framework.scss +++ b/src/scss/_framework.scss @@ -36,7 +36,6 @@ body { max-width: 52em; min-height: 100vh; padding: 4em; - position: relative; text-rendering: optimizelegibility; } |