From 9f25e6d488dd12073af3fc5d0ea15a8fba76478d Mon Sep 17 00:00:00 2001 From: n loewen Date: Sat, 23 Sep 2023 13:45:11 -0700 Subject: [PATCH] Change font size, gap between links --- style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index da9fbdb..ade41c3 100644 --- a/style.css +++ b/style.css @@ -47,8 +47,8 @@ body { display: block; /* Because these are tags */ background-color: black; position: relative; /* Required for the absolute positioning of the triangle-label */ - width: 20vh; - height: 20vh; + width: 15vh; + height: 15vh; max-width: 40vw; max-height: 40vw; } @@ -99,7 +99,7 @@ h1 { .intro { margin-top: 2em; - font-size: 1.4rem; + font-size: 1.5rem; line-height: 1.4; } @@ -107,9 +107,9 @@ h1 { margin-bottom: 1em; } -.intro .links a { - gap: 1em; /* TODO */ - margin-right: 0.5ch; +.intro .links { + display: flex; + gap: 1.5ch; } .intro a {