From 4fc081b402059c9a344bd2cae82a92310f85b050 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 20 Jul 2020 16:31:18 -0400 Subject: [PATCH] looking better --- assets/css/page.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/css/page.css b/assets/css/page.css index 52cc5db..97fd8e0 100644 --- a/assets/css/page.css +++ b/assets/css/page.css @@ -2,7 +2,7 @@ --- .color-space{ - height:40vh; + height:25vh; {% if page.header_red %} background-color: var(--color-red)!important; @@ -25,4 +25,8 @@ border-radius:5px; padding: 3px; margin-bottom:0; +} + +img{ + max-width:100%; } \ No newline at end of file