From 1be7f2e8a4531968e59b0c08aa9d862eeaacd756 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Tue, 19 Sep 2017 15:56:20 +0200 Subject: [PATCH] fix content overflow --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index ad329ec..0038554 100644 --- a/src/style.css +++ b/src/style.css @@ -61,7 +61,7 @@ pre { } .box { - width: 40vw; + width: 80%; margin: auto; padding: 0.5em; border: 1px dotted #765636; @@ -72,5 +72,5 @@ pre { } .row img { - max-width: 15vw; + max-width: 20%; }