From 386239a5629dc5eb21475e624c739d7ab11be732 Mon Sep 17 00:00:00 2001 From: christiangoeschel Date: Thu, 25 Jul 2024 10:15:37 -0400 Subject: [PATCH] update --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index d2ffc46..335e5c4 100644 --- a/css/style.css +++ b/css/style.css @@ -117,7 +117,7 @@ input, textarea { } #right_section{ - width:50%; + width:55%; height: 100%; background-image: url("../images/gutenberg.png"); background-size: auto 100%; @@ -126,7 +126,7 @@ input, textarea { } #left_section{ - width:50%; + width:45%; height: 100%; overflow-y: scroll; overflow-x: hidden;