git ssb

2+

mixmix / ticktack



Tree: 9b70108d00646124112662ec83dd9733d7afca7d

Files: 9b70108d00646124112662ec83dd9733d7afca7d / app / page / page.mcss

362 bytesRaw
1Page {
2 height: calc(100% - 3rem) /*needed for scrolling*/
3
4 $backgroundPrimary
5 margin-top: 3.5rem
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 flex-grow: 1
20
21 padding: 1rem
22 margin: 0 auto
23 }
24}
25
26

Built with git-ssb-web