summaryrefslogtreecommitdiff
path: root/sass/layout/_footer.scss
diff options
context:
space:
mode:
authorArne Rief <arne.rief@gmail.com>2023-02-11 19:55:41 +0100
committerArne Rief <arne.rief@gmail.com>2023-02-11 19:55:41 +0100
commit0a341c08423151cf2bc3d2ce8cb7192026cf4935 (patch)
tree34e087ad5129c77f07aa663d35416feb23421228 /sass/layout/_footer.scss
parent5bab4502a098eb0e3b5a59b68bc9d8d23529ea55 (diff)
Responsive design
Diffstat (limited to 'sass/layout/_footer.scss')
-rw-r--r--sass/layout/_footer.scss7
1 files changed, 3 insertions, 4 deletions
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;
}