Browse Source

Fixed overflow problem

pull/1/head
Ravi Shah 5 years ago
parent
commit
5761b4d32f
  1. 3
      static/styles.css

3
static/styles.css

@ -62,6 +62,9 @@ body {
content: "";
display: table;
clear: both;
}
.row {
margin-left: 15px;
margin-right: 15px;
}

Loading…
Cancel
Save