Improve styling

This commit is contained in:
Sofía Aritz 2025-03-03 20:18:10 +01:00
parent 4885ac9fe6
commit 41d479195f
Signed by: sofia
GPG key ID: 5A1485B4CCCDDB4A

View file

@ -1,7 +1,7 @@
:root {
font-family: "Rubik", Inter, Avenir, Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 24px;
line-height: 23px;
font-weight: 400;
min-height: 150vh;
@ -50,6 +50,10 @@ main {
margin-bottom: 10rem;
}
main > h1 {
line-height: 36px;
}
.page-container {
display: flex;
margin: 0 10px;