Skip to content
Snippets Groups Projects
Commit a9e5b826 authored by Jonas Leder's avatar Jonas Leder
Browse files

add modified footer for device width < 300px

parent 2ea20111
Branches
No related tags found
No related merge requests found
@media only screen and (max-width: $small-mobile-max-width) {
#footerContent{
flex-direction: column;
div {
border-bottom: #3d3d3d 1px solid;
}
}
}
\ No newline at end of file
......@@ -7,4 +7,5 @@ $content-footer-div-color: #03A8F4;
$darker-color: 5%;
$darker-color-2: 2%;
$mobile-max-width: 600px;
\ No newline at end of file
$mobile-max-width: 600px;
$small-mobile-max-width: 300px;
\ No newline at end of file
......@@ -12,4 +12,5 @@
@import "footer";
@import "content";
@import "mobile";
@import "menuMobile";
\ No newline at end of file
@import "menuMobile";
@import "mobileSmall";
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment