Browse Source

Let's not stretch images 100%

master
digitalcraftsman 7 years ago
committed by GitHub
parent
commit
7504618e6a
  1. 3
      static/css/style.css

3
static/css/style.css

@ -355,7 +355,6 @@ thead th,th {
}
img {
width: 100%;
max-width: 100%;
border-radius: 3px;
}
@ -670,4 +669,4 @@ code {
background-color:#EEE; font-size:14px;
padding: 4px;
font-weight: 600;
}
}
Loading…
Cancel
Save