Move footer down on mobile

This commit is contained in:
Parker M. 2024-01-14 01:14:16 -06:00
parent e3b667c910
commit a35d7a3b45
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A
4 changed files with 28 additions and 0 deletions

View File

@ -138,4 +138,11 @@
margin-bottom: 2rem; margin-bottom: 2rem;
width: 90vw; width: 90vw;
} }
/* Footer media query for mobile */
@media only screen and (max-width: 600px) {
footer {
bottom: -2rem;
}
}
</style> </style>

View File

@ -229,6 +229,13 @@
margin-bottom: 2rem; margin-bottom: 2rem;
width: 90vw; width: 90vw;
} }
/* Footer media query for mobile */
@media only screen and (max-width: 600px) {
footer {
bottom: -2rem;
}
}
</style> </style>
<script> <script>

View File

@ -172,4 +172,11 @@
margin-bottom: 2rem; margin-bottom: 2rem;
width: 90vw; width: 90vw;
} }
/* Footer media query for mobile */
@media only screen and (max-width: 600px) {
footer {
bottom: -2rem;
}
}
</style> </style>

View File

@ -161,6 +161,13 @@
margin-bottom: 2rem; margin-bottom: 2rem;
width: 90vw; width: 90vw;
} }
/* Footer media query for mobile */
@media only screen and (max-width: 600px) {
footer {
bottom: -2rem;
}
}
</style> </style>
<script> <script>