Improved the responsiveness of img.

Without this tweak, when the viewport is smaller than the image, the image overflows the page.
With this commit it will be resized to fit the available width.
master
Mario Sangiorgio 9 years ago committed by Calin Tataru
parent 230ecdc0d4
commit a1b371cf9c
  1. 4
      static/css/main.css

@ -88,3 +88,7 @@ a:hover {
footer {
border-bottom: var(--border-width) solid var(--accent);
}
img {
max-width: 100%;
}
Loading…
Cancel
Save