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 */
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 {