aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/css/About.css
blob: f998699aef0eb9e07be7c1e638ec1f4ff4ba80cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#about {
    overflow: auto;
    overflow-x: hidden;
    position: relative;

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

    padding-right: 30px;

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

}