move to indexedb and add about page
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s

This commit is contained in:
Shinuwa 2026-07-24 12:09:45 +02:00
parent a8809afdfd
commit 772b9951de
12 changed files with 855 additions and 249 deletions

View file

@ -19,14 +19,24 @@
.brand span:last-child,
.nav-item strong,
.sidebar-about-link strong,
.sidebar-note {
display: none;
}
.brand,
.nav-item {
.nav-item,
.sidebar-about-link {
justify-content: center;
}
.about-story-section {
grid-template-columns: 1fr;
}
.about-section-heading {
position: static;
}
}
@media (max-width: 760px) {
@ -63,11 +73,25 @@
.game-hero,
.page-hero,
.origin-section,
.about-story-section,
.about-tools-list,
.section-grid,
.info-grid {
grid-template-columns: 1fr;
}
.about-tool-item:nth-last-child(-n + 2) {
border-bottom: 1px solid rgba(165, 180, 252, 0.1);
}
.about-tool-item:last-child {
border-bottom: 0;
}
.about-storage-reminders {
padding-left: 0;
}
.hero,
.game-hero,
.page-hero {