chore: remove second footer from mobile

This commit is contained in:
jinhojang6 2023-10-04 19:34:06 +09:00
parent fe4241d6f4
commit 0cfb8466cc
1 changed files with 2 additions and 2 deletions

View File

@ -22,11 +22,11 @@ html {
margin-bottom: unset !important;
}
> div:nth-child(2) {
display: none;
display: none !important;
}
> button {
display: none;
display: none !important;
}
}