git ssb

2+

mixmix / ticktack



Tree: 5e079c1ed4ae498b22ca2dad8c325053457a193c

Files: 5e079c1ed4ae498b22ca2dad8c325053457a193c / app / page / page.mcss

458 bytesRaw
1Page {
2 height: calc(100% - 3.5rem) /*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 div, section {
25 :last-child {
26 padding-bottom: 6rem !important
27 }
28 }
29 }
30}
31
32

Built with git-ssb-web