this repo has no description
1.page-main {
2 align-items: center;
3 flex-direction: column;
4 display: flex;
5
6 & .pfp {
7 width: clamp(200px, 20%, 20%);
8 }
9
10 & h2 {
11 margin-top: 10px;
12 margin-bottom: 10px;
13 }
14
15 & p {
16 margin-top: 0px;
17 margin-bottom: 0px;
18 }
19}
20
21.socials {
22 margin-top: 20px;
23
24 .socials-links {
25 display: flex;
26 }
27}
28
29.socials-logo {
30 width: 30px;
31 height: 30px;
32 margin: 2px;
33}
34
35.mastodon-logo {
36 fill: black;
37
38 &:hover {
39 fill: hsl(204deg, 71%, 50%);
40 }
41}
42
43.modrinth-logo {
44 fill: black;
45
46 &:hover {
47 fill: hsl(145deg, 78%, 48%);
48 }
49}