Change font size, gap between links

This commit is contained in:
n loewen 2023-09-23 13:45:11 -07:00
parent ea52f6986b
commit 9f25e6d488
1 changed files with 6 additions and 6 deletions

View File

@ -47,8 +47,8 @@ body {
display: block; /* Because these are <a> tags */ display: block; /* Because these are <a> tags */
background-color: black; background-color: black;
position: relative; /* Required for the absolute positioning of the triangle-label */ position: relative; /* Required for the absolute positioning of the triangle-label */
width: 20vh; width: 15vh;
height: 20vh; height: 15vh;
max-width: 40vw; max-width: 40vw;
max-height: 40vw; max-height: 40vw;
} }
@ -99,7 +99,7 @@ h1 {
.intro { .intro {
margin-top: 2em; margin-top: 2em;
font-size: 1.4rem; font-size: 1.5rem;
line-height: 1.4; line-height: 1.4;
} }
@ -107,9 +107,9 @@ h1 {
margin-bottom: 1em; margin-bottom: 1em;
} }
.intro .links a { .intro .links {
gap: 1em; /* TODO */ display: flex;
margin-right: 0.5ch; gap: 1.5ch;
} }
.intro a { .intro a {