From f243e4d3e2d360a8c8976ca830d4e0767f9a9be8 Mon Sep 17 00:00:00 2001 From: Santiago Forero Date: Tue, 12 Oct 2021 13:35:02 -0500 Subject: [PATCH] set max width for images --- static/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/theme.css b/static/theme.css index 861e33d..3f9372e 100644 --- a/static/theme.css +++ b/static/theme.css @@ -30,4 +30,8 @@ a:hover { #main-footer { margin: 5%; +} + +img { + max-width: 30%; } \ No newline at end of file