spacing tweaks

This commit is contained in:
Matthias Kretschmann 2024-04-02 22:40:44 +01:00
parent 7d0f208b6b
commit e73022c875
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 4 additions and 4 deletions

View File

@ -6,10 +6,10 @@
}
.title {
font-size: clamp(1.3rem, 10vw, 2.5rem);
font-size: clamp(1.5rem, 10vw, 2.75rem);
margin-top: 5vh;
}
.description {
font-size: clamp(1.1rem, 10vw, 1.5rem);
font-size: clamp(1.1rem, 5vw, 1.75rem);
}

View File

@ -15,5 +15,5 @@
font-size: 1.2rem;
color: rgb(var(--foreground-rgb-highlight));
min-height: 58px;
line-height: 1.5;
line-height: 1.75;
}

View File

@ -22,7 +22,7 @@ body {
height: 100%;
display: flex;
flex-direction: column;
padding: 2rem;
padding: 2rem 1.5rem;
}
a {