fix width on mobile

This commit is contained in:
Jacob Janzen 2024-08-08 23:42:23 -05:00
parent 8edc338aa3
commit b8c64e74f6

View file

@ -57,6 +57,8 @@ a:hover {
}
.footer {
max-width: calc(100% - 20px);
width: 700px;
bottom: 0;
margin-top: auto;
display: grid;