Commit 39134448 authored by Technoboy10's avatar Technoboy10

footer mobile

parent 5b9cef8d
This diff is collapsed.
...@@ -7,11 +7,10 @@ ...@@ -7,11 +7,10 @@
text-align: center; text-align: center;
flex-direction: row; flex-direction: row;
flex-wrap: nowrap; flex-wrap: nowrap;
justify-content: space-between; justify-content: space-around;
dl { dl {
display: inline-block; display: inline-block;
width: 130pt;
vertical-align: top; vertical-align: top;
text-align: left; text-align: left;
font-size: .8rem; font-size: .8rem;
...@@ -52,15 +51,7 @@ ...@@ -52,15 +51,7 @@
//4 and 6 columns //4 and 6 columns
@media only screen and (max-width: $tablet - 1) { @media only screen and (max-width: $tablet - 1) {
#footer .lists dd { #footer .lists {
&:not(.showMobile) { justify-content: space-around;
display: none;
}
}
#footer .lists dl {
dt {
display: none;
}
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment