aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/css/Rules.css
blob: b066f028b277a9e4c5438fb96a9bb21f0b895515 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
main {
    font-size: 24px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    main {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    main {
        font-size: 18px;
    }
}