fix mobile css
Some checks are pending
Deploy to Cloudflare Pages / deploy (push) Waiting to run

This commit is contained in:
2025-06-14 14:04:14 +09:00
parent c2ca88b761
commit bdcd339338
9 changed files with 155 additions and 15 deletions

View File

@ -162,11 +162,17 @@
}
.app-main {
max-width: 1200px;
max-width: 1000px;
margin: 0 auto;
padding: 40px 20px;
}
@media (max-width: 1000px) {
.app-main {
padding: 0px;
}
}
.gacha-section {
text-align: center;
margin-bottom: 60px;