You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
279 B
SCSS
14 lines
279 B
SCSS
3 years ago
|
.footer {
|
||
|
padding: 3.75rem 0 7.5rem;
|
||
|
|
||
|
@media screen and (max-width: $lg) {
|
||
|
padding: 2.35rem 0 2.5rem;
|
||
|
}
|
||
|
|
||
|
@media screen and (min-width:$lg) and (max-width: $xl) {
|
||
|
padding: 3.75rem 0 4.5rem;
|
||
|
}
|
||
|
|
||
|
color: #fff;
|
||
|
background-color: #02123e;
|
||
|
}
|