Skip to content

Commit 9ea80cf

Browse files
authored
記事詳細ページ 投稿日時の上マージンを広げる (#193)
1 parent c09ed72 commit 9ea80cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

static/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ th, td {
8787
border: 2px solid var(--accent)
8888
}
8989

90+
article.post > div.post-meta {
91+
margin-top: 8px;
92+
}
93+
9094
article.on-list > .post-content,
9195
article.on-list > .post-title::after {
9296
display: none;

0 commit comments

Comments
 (0)