edited post

This commit is contained in:
Morgan 2023-10-29 16:05:44 +09:00
parent d02c4837ad
commit 46c742218d
1 changed files with 2 additions and 1 deletions

View File

@ -11,12 +11,13 @@
.first-entry .entry-header {
overflow: hidden;
display: -webkit-box;
margin-left: var(--gap);
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.first-entry .entry-header h1 {
font-size: 24px;
font-size: 18px;
line-height: 1.3;
}