aboutsummaryrefslogtreecommitdiff
path: root/src/pages/index.css
blob: ddc1fc60bfaf4c38a8dce9c32ccf8b797aea9055 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.home {
    text-align: center;
}

.avatar {
    border-radius: 20%;
}

h1 {
    font-weight: 500;
    font-size: 4vh;
}

h2 {
    font-weight: 500;
    font-size: 2.5vh;
}

.description {
    line-height: 0.4;
}

h3 {
    font-weight: 300;
    font-size: 1.2rem;
}

.social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 6vh;
    gap: 7vh;
}

.social-links {
    color: #FFFFFF;
}