finished the homepage but not responsive yet

This commit is contained in:
2024-02-01 08:48:33 +01:00
parent c6b0eb7654
commit 3af8228c2a
7 changed files with 52 additions and 12 deletions

View File

@@ -24,10 +24,14 @@ h1 {
justify-content: center;
align-items: center;
flex-shrink: 0;
margin: 5vw;
margin: 4vw;
}
b {
font-family: "Satoshi-Bold";
color: $accent;
}
a {
color: $link;
}