From f2513321da81223ead914c477ec93c1931b98bea Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Fri, 27 Sep 2024 18:10:12 +0200 Subject: [PATCH] fix markup --- index.html | 8 ++++---- style/base.css | 4 +++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index a6108dd..74fe6fa 100644 --- a/index.html +++ b/index.html @@ -54,13 +54,13 @@

hey

-

i’m niss. what’s up +

i’m niss. what’s up

@@ -429,7 +429,7 @@
-

if you wanna link to me:

+

if you wanna link to me:

niss button q.t. button
diff --git a/style/base.css b/style/base.css index 9ce7dd1..39af411 100644 --- a/style/base.css +++ b/style/base.css @@ -493,7 +493,9 @@ strong { font-weight: 700; } gap: 1em; } -#nissbuttons p { +#nissbuttons h3 { + font-size: 1rem; + font-weight: 500; text-align: right; text-wrap: balance; }