git ssb

2+

mixmix / ticktack



Tree: 791d817894b256f9a26d15c977f65c023036c676

Files: 791d817894b256f9a26d15c977f65c023036c676 / app / page / page.mcss

366 bytesRaw
1Page {
2 height: calc(100% - 3rem) /*needed for scrolling*/
3
4 $backgroundPrimary
5 margin-top: 3rem
6
7 display: flex
8
9 div.context {
10 min-height: calc(100% - 3rem)
11 overflow-y: auto
12
13 padding: 1rem
14 }
15
16 div.content {
17 min-height: calc(100% - 3rem)
18 overflow-y: auto
19
20 $maxWidth
21 flex-grow: 1
22
23 padding: 1rem
24 margin: 0 auto
25}
26
27

Built with git-ssb-web