From 0a341c08423151cf2bc3d2ce8cb7192026cf4935 Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Sat, 11 Feb 2023 19:55:41 +0100 Subject: Responsive design --- sass/layout/_footer.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sass/layout/_footer.scss') diff --git a/sass/layout/_footer.scss b/sass/layout/_footer.scss index ecfb0a5..0fa9cc4 100644 --- a/sass/layout/_footer.scss +++ b/sass/layout/_footer.scss @@ -6,7 +6,7 @@ footer { // position: absolute; // bottom: 0; // left: 0; - width: 100%; + width: 100vw; & * { margin: $margin-main; @@ -39,10 +39,9 @@ footer { } } -@media screen and (max-width: 420px) { +// mobile +@media screen and (max-width: 520px) { footer { - top: 100; - & * { margin: $margin-mobile; } -- cgit v1.2.3