This commit is contained in:
Morgan 2023-11-15 05:47:23 +09:00
parent 869e299003
commit 0a9f79d5f2
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@
} }
@media (max-width: 768px) { /* @media (max-width: 768px) { */
.first-entry { .first-entry {
height: calc(var(--vh, 1vh) * 100 - var(--header-height) * 2 - var(--gap) * 1); height: calc(var(--vh, 1vh) * 100 - var(--header-height) * 2 - var(--gap) * 1);
} }
}
.first-entry .entry-header { .first-entry .entry-header {
overflow: hidden; overflow: hidden;