Browse Source

Fixed responsive layout

pull/1/head
Ravi Shah 5 years ago
parent
commit
a0e2658379
  1. 2
      static/styles.css

2
static/styles.css

@ -73,6 +73,6 @@ a.active {
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.column { .column {
width: 100%; width: 100%;
height: calc((100vh - 89px)*0.5)
height: calc((100vh - 138px)*0.5)
} }
} }
Loading…
Cancel
Save