edited post

This commit is contained in:
Morgan 2023-10-29 16:09:02 +09:00
parent 46c742218d
commit 2a7dee1894
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,8 @@
} }
.page-header h1 { .page-header h1 {
font-size: 40px; font-size: 32px;
margin-left: var(--gap);
} }
.pagination { .pagination {

View File

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