git ssb

2+

mixmix / ticktack



Tree: 7a422bfc032eaea6d5b1148c7b46aa5646ac80d2

Files: 7a422bfc032eaea6d5b1148c7b46aa5646ac80d2 / app / page / page.mcss

370 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 overflow-x: hidden
13 }
14
15 div.content {
16 min-height: calc(100% - 3rem)
17 overflow-y: auto
18
19 $maxWidth
20 flex-grow: 1
21
22 padding: 1rem
23 margin: 0 auto
24}
25
26

Built with git-ssb-web