aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorC. Lente <7017340+clente@users.noreply.github.com>2023-04-25 16:07:22 -0300
committerC. Lente <7017340+clente@users.noreply.github.com>2023-04-25 16:07:22 -0300
commitf26d122b2ad0cd3e3299de776b69e69d31486895 (patch)
tree391235db9863d4dd51423cb3863448ec7168cf58 /assets
parent488da01892fccd6724723288e02fffc8220e5c73 (diff)
downloadhugo-bearcub-f26d122b2ad0cd3e3299de776b69e69d31486895.tar.gz
hugo-bearcub-f26d122b2ad0cd3e3299de776b69e69d31486895.tar.bz2
Make website title H1
Diffstat (limited to 'assets')
-rw-r--r--assets/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css
index 4d97282..3b90566 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -30,6 +30,10 @@ a {
text-decoration: none;
border: 0;
}
+.title h1 {
+ font-size: 24px;
+ margin: 19.92px 0 19.92px 0;
+}
.title span {
font-weight: 400;