From a51371b3fc4e595edf588212dc36558fe0f8403d Mon Sep 17 00:00:00 2001 From: swag Date: Wed, 14 Jun 2023 11:38:04 -0400 Subject: [PATCH] Fix images overflowing --- assets/css/elements.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/elements.css b/assets/css/elements.css index abb3fdc..a9a3a99 100644 --- a/assets/css/elements.css +++ b/assets/css/elements.css @@ -47,3 +47,5 @@ pre > code { } a:hover { cursor: url('/cursors/finger.cur'), auto; } + +img { max-width: 100%; }