Updated the website

This commit is contained in:
2023-08-29 22:49:51 +02:00
parent 2be7f9b705
commit 3f3387b1d1
33 changed files with 297 additions and 165 deletions

View File

@@ -1,16 +1,28 @@
.anchoring {
text-align: center;
font-family: 'Questrial', sans-serif;
}
.anchoring h1 {
margin-bottom: -35px;
font-size: 2.5rem;
}
.anchoring h1, .anchoring h1:hover {
color: white;
}
.anchoring > a {
margin: 0 auto;
display: block;
width: fit-content;
}
.anchoring > a:hover {
cursor:pointer;
}
.anchoring img {
width: 128px;
height: 128px;
margin: 0 auto;
}