aboutsummaryrefslogtreecommitdiff
path: root/components/ViewPort/index.module.scss
blob: c9b6ab0e5e0210755a49dead43375c7c064eef13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.viewport-sm, .viewport-md, .viewport-lg {
    margin: 0 auto;
}

.viewport-sm {
    width: 50%;
    width: calc(110px + 44vw);
}

.viewport-md {
    width: 60%;
    width: calc(80px + 55vw);
}

.viewport-lg {
    width: 85%;
    width: calc(25px + 85vw);
}