Footer now uses global viewport variables.
This commit is contained in:
@@ -114,7 +114,7 @@ footer {
|
||||
color: $-almost-white
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
@media(max-width: $-viewport-normal) {
|
||||
.footer-list-header {
|
||||
font-size: 2em
|
||||
}
|
||||
@@ -132,7 +132,7 @@ footer {
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 568px) {
|
||||
@media(max-width: $-viewport-medium) {
|
||||
.footer-list-top {
|
||||
width: 100%
|
||||
}
|
||||
@@ -173,7 +173,7 @@ footer {
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 480px) {
|
||||
@media(max-width: $-viewport-small) {
|
||||
.footer-social-overlap > a {
|
||||
margin: auto
|
||||
}
|
||||
@@ -185,7 +185,7 @@ footer {
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 320px) {
|
||||
@media(max-width: $-viewport-extra-small) {
|
||||
.footer-list-header {
|
||||
font-size: 2.2em
|
||||
}
|
||||
|
Reference in New Issue
Block a user