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

@@ -11,7 +11,7 @@
main {
background-image: url("/diagonal_lines_home.png");
height: 75vh;
height: 73vh;
margin-left: -1vw;
margin-bottom: 13vh;
width: 90.4vw;

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;
}