From 7fb384451e16b0210025d6a92587fa24c7995ea4 Mon Sep 17 00:00:00 2001 From: Fries Date: Fri, 7 Jul 2023 23:02:04 -0700 Subject: [PATCH] use p instead of h2 for the webring text and unbreak up the paragraphs in the a tags as this makes it act as seperate links. --- src/components/Webring.svelte | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/Webring.svelte b/src/components/Webring.svelte index 3041049..e7bd0d3 100644 --- a/src/components/Webring.svelte +++ b/src/components/Webring.svelte @@ -1,13 +1,10 @@
-

solarpunk.moe

-

webring

+

solarpunk.moe
webring

@@ -19,6 +16,11 @@ .no-margin { margin: 0px; } + + .bigger-font { + font-size: 2.825rem; + font-weight: bold; + }