Move footer down on mobile
This commit is contained in:
parent
e3b667c910
commit
a35d7a3b45
@ -138,4 +138,11 @@
|
||||
margin-bottom: 2rem;
|
||||
width: 90vw;
|
||||
}
|
||||
|
||||
/* Footer media query for mobile */
|
||||
@media only screen and (max-width: 600px) {
|
||||
footer {
|
||||
bottom: -2rem;
|
||||
}
|
||||
}
|
||||
</style>
|
@ -229,6 +229,13 @@
|
||||
margin-bottom: 2rem;
|
||||
width: 90vw;
|
||||
}
|
||||
|
||||
/* Footer media query for mobile */
|
||||
@media only screen and (max-width: 600px) {
|
||||
footer {
|
||||
bottom: -2rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
|
@ -172,4 +172,11 @@
|
||||
margin-bottom: 2rem;
|
||||
width: 90vw;
|
||||
}
|
||||
|
||||
/* Footer media query for mobile */
|
||||
@media only screen and (max-width: 600px) {
|
||||
footer {
|
||||
bottom: -2rem;
|
||||
}
|
||||
}
|
||||
</style>
|
@ -161,6 +161,13 @@
|
||||
margin-bottom: 2rem;
|
||||
width: 90vw;
|
||||
}
|
||||
|
||||
/* Footer media query for mobile */
|
||||
@media only screen and (max-width: 600px) {
|
||||
footer {
|
||||
bottom: -2rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user