From 65d05a6a4d3da3d2836c5968f1c455745a23fa74 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 18 Jan 2024 14:53:04 +0000 Subject: [PATCH] change padding of page content --- site/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/style.css b/site/style.css index 301d639..3fe38de 100644 --- a/site/style.css +++ b/site/style.css @@ -95,9 +95,11 @@ h3 { border-radius: 6px; box-shadow: 0px 0px 50px black; } + .content { overflow: auto; height: 80%; + padding: 2%; } .header {