aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/pages/about.css
blob: 0dec300a3195e41bc98fa67a49ceb07a5cf29bb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#about {
    overflow: auto;
    overflow-x: hidden;
    position: relative;

    width: calc(100% - 380px); 
    height: 100vh;
    left: 350px;

    padding-right: 30px;

    font-size: 40px;
    font-family: BarlowSemiCondensed-Regular;
    color: #cdcfdf;

}