fix footer on mobile

This commit is contained in:
yequari 2024-11-23 13:04:47 -07:00
parent a64d81c5e6
commit b5d5c8f5cf
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ footer {
text-align: center;
color: var(--secondary-text);
flex: 1 1 100%;
width: 1024px;
max-width: 1024px;
margin: 0 auto 10vh auto;
border-radius: 0 0 15px 15px;
box-shadow: 3px 3px 5px var(--shadow);