aboutsummaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2022-11-06 03:40:35 +0300
committerValentin Popov <valentin@popov.link>2022-11-06 03:40:35 +0300
commitb099f7b25b881b40e658ba917bf2e051f626be1f (patch)
tree712c1e5c0c8dd5637b79603f87b876f7c1af8e01 /sass
parent060597b9dbb25a34337a23c49c387e8c51b7618e (diff)
downloadpopov.link-b099f7b25b881b40e658ba917bf2e051f626be1f.tar.xz
popov.link-b099f7b25b881b40e658ba917bf2e051f626be1f.zip
Removed foobar and updated navbar
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'sass')
-rw-r--r--sass/_framework.scss22
1 files changed, 0 insertions, 22 deletions
diff --git a/sass/_framework.scss b/sass/_framework.scss
index dbfd15b..d03c17c 100644
--- a/sass/_framework.scss
+++ b/sass/_framework.scss
@@ -8,7 +8,6 @@
html {
font-family: $font-family-base;
font-size: 62.5%;
- height: 100%;
overflow-y: scroll;
}
@@ -18,7 +17,6 @@ body {
font-feature-settings: $font-feature;
font-size: $font-size-base;
font-synthesis: none;
- height: 100%;
line-height: 1.54;
margin: auto;
max-width: 60em;
@@ -246,24 +244,4 @@ fieldset {
display: block;
font-weight: 600;
margin-bottom: 0.5rem;
-}
-
-article {
- min-height: 100%;
-}
-
-@media (max-width: 684px) {
- article {
- min-height: auto;
- }
-}
-
-footer {
- text-align: left;
-}
-
-@media (max-width: 684px) {
- footer {
- display: none;
- }
} \ No newline at end of file