13 lines
148 B
SCSS
13 lines
148 B
SCSS
.footer {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.footer-mobile {
|
|
position: static;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
} |