29 lines
442 B
SCSS
29 lines
442 B
SCSS
.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;
|
|
}
|
|
} |