diff options
-rw-r--r-- | css/main.css | 11 | ||||
-rw-r--r-- | index.njk | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/css/main.css b/css/main.css index 659b7d5..7d96622 100644 --- a/css/main.css +++ b/css/main.css @@ -44,13 +44,12 @@ .article-m { font-family: "Noto Sans Mono", monospace; - font-size: 24px; + font-size: 20px; text-decoration: none; opacity: 0.6; color: black; - font-weight: bold; + font-weight: 700; padding: 0px; - margin-top: 2rem; } .article-m:hover { @@ -75,9 +74,9 @@ body { h1 { font-family: "Times New Roman", Serif; - font-weight: 500; - font-size: 32px; - margin-bottom: 0; + font-weight: 700; + font-size: 20px; + margin-top: 2rem; line-height: 1.5; } @@ -8,7 +8,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="css/main.css" /> - <title>.⌴</title> + <title>߸</title> </head> <div style="margin-top: 0.3rem; display: flex; flex-direction: column;" class=""> |