Commit 2b419e33 authored by Greg Wilson's avatar Greg Wilson
Browse files

Images cannot be wider than the page

parent 570451a8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -104,6 +104,10 @@ code {
  background-color: inherit;
}

img {
  max-width: 100%;
}

//----------------------------------------
// Miscellaneous.
//----------------------------------------