Browse Source

Fixed overflow problem

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

2
static/styles.css

@ -62,6 +62,8 @@ body {
content: "";
display: table;
clear: both;
margin-left: 15px;
margin-right: 15px;
}
@media screen and (max-width: 600px) {

Loading…
Cancel
Save