web/source/src/app/footer/footer.component.scss
terralilly85 c4e0cfc5ce feature/web2 (#1)
Co-authored-by: Tara Wilson <tara@taraformed.com>
Reviewed-on: #1
2025-02-20 20:52:40 -05:00

13 lines
148 B
SCSS

.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
}
.footer-mobile {
position: static;
left: 0;
bottom: 0;
width: 100%;
}