Converted the css to sass

This commit is contained in:
2023-08-30 19:15:19 +02:00
parent 3f3387b1d1
commit 89b6d7eeb7
9 changed files with 81 additions and 66 deletions

29
styles/anchoring.scss Normal file
View File

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