summaryrefslogtreecommitdiff
path: root/sass/layout/_footer.scss
diff options
context:
space:
mode:
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;
}