Browse Source

Fix img overflow

pull/6/head
Menci 8 years ago
parent
commit
5e1e1f4617
  1. 4
      static/style.css

4
static/style.css

@ -29,6 +29,10 @@ pre {
tab-size: 4;
}
img {
max-width: 100%;
}
/* status color */
/*

Loading…
Cancel
Save