edited post

This commit is contained in:
Morgan 2023-10-21 16:52:40 +09:00
parent 63faab01a8
commit 384ab6b9c9
2 changed files with 5 additions and 5 deletions

View File

@ -23,8 +23,8 @@
} }
.logo a { .logo a {
font-size: 16px; font-size: 18px;
font-weight: 500; font-weight: 600;
} }
.logo a img, .logo a svg { .logo a img, .logo a svg {

View File

@ -48,16 +48,16 @@
.post-content h1 { .post-content h1 {
margin: 40px auto 32px; margin: 40px auto 32px;
font-size: 28px; font-size: 26px;
} }
.post-content h2 { .post-content h2 {
margin: 32px auto 24px; margin: 32px auto 24px;
font-size: 26px; font-size: 24px;
} }
.post-content h3 { .post-content h3 {
font-size: 24px; font-size: 18px;
} }
.post-content h4 { .post-content h4 {