mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
28 lines
518 B
Stylus
28 lines
518 B
Stylus
|
|
.grid
|
||
|
|
padding: 0 1.5em 1.5em 0
|
||
|
|
letter-spacing: -4px
|
||
|
|
|
||
|
|
.module
|
||
|
|
display: inline-block
|
||
|
|
letter-spacing: normal
|
||
|
|
vertical-align: top
|
||
|
|
width: 25%
|
||
|
|
padding: 0 0 1.5em 1.5em
|
||
|
|
-moz-box-sizing: border-box
|
||
|
|
box-sizing: border-box
|
||
|
|
|
||
|
|
// at 960px when 4 columns really starts to break
|
||
|
|
@media (max-width: 60em)
|
||
|
|
.module
|
||
|
|
width: 50%
|
||
|
|
.task-column
|
||
|
|
max-height: 18em
|
||
|
|
overflow-y: scroll
|
||
|
|
|
||
|
|
// at 600px when 2col starts breaking
|
||
|
|
@media (max-width: 37.5em)
|
||
|
|
.module
|
||
|
|
width: 100%
|
||
|
|
.task-column
|
||
|
|
max-height: none
|
||
|
|
overflow: visible
|