Updated footer
This commit is contained in:
parent
829851deda
commit
69ec891f55
1 changed files with 5 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
.footer
|
.footer
|
||||||
padding: 1rem 0
|
padding: 1rem 0
|
||||||
// margin: 0 2rem 0 0
|
|
||||||
position: fixed
|
position: fixed
|
||||||
bottom: 0
|
bottom: 0
|
||||||
width: 95vw
|
width: 95vw
|
||||||
|
|
@ -11,3 +10,8 @@
|
||||||
|
|
||||||
@media only screen and (max-width: view.$tablet)
|
@media only screen and (max-width: view.$tablet)
|
||||||
font-size: 0.75rem
|
font-size: 0.75rem
|
||||||
|
|
||||||
|
@media only screen and (max-width: view.$mobile)
|
||||||
|
width: auto
|
||||||
|
text-align: center
|
||||||
|
position: absolute
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue