aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/main.css
blob: 990bc4131f380ff47bc50709210e9636138670d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
main {
    overflow: auto;
    position: relative;
    width: calc(100% - 350px);
    height: 100vh;
    left: 350px;
    /* background-color: red; */
    font-size: 40px;
    font-family: BarlowSemiCondensed-Regular;
    color: white;
}