This commit is contained in:
Morgan 2023-11-08 16:42:38 +09:00
parent d19b9831e2
commit 9fbd4b5509
1 changed files with 7 additions and 2 deletions

View File

@ -10,6 +10,13 @@
border-bottom: solid 2px var(--entry);
}
@media (max-width: 768px) {
.first-entry {
height: calc(var(--vh, 1vh) * 100 - var(--header-height) * 2 - var(--gap) * 1);
}
}
.first-entry .entry-header {
overflow: hidden;
display: -webkit-box;
@ -40,9 +47,7 @@
}
.post-entry-title {
padding: var(--gap);
}
.home-info .entry-content {