Browse Source

Make height fill screen

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

2
static/styles.css

@ -56,7 +56,7 @@ body {
float: left; float: left;
width: 50%; width: 50%;
padding: 10px; padding: 10px;
height: 100vh
height: calc(100vh - 89px)
} }
.row:after { .row:after {

Loading…
Cancel
Save