From 3aaa2fefe03179133be43001dae2760cb7b88690 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Tue, 3 May 2022 13:58:51 +0000 Subject: [PATCH] Add padding around content --- sitefiles/sig.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 85c357f..53aa3aa 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -51,10 +51,8 @@ body{ .content{ border-radius: 12px 0px 12px 0px; - margin-top:12px; - margin-bottom:8px; - margin-right:4px; - margin-left:4px; + margin: 12px 4px 8px 4px; + padding: 4px; background-color: rgba(255, 255, 255, .075); backdrop-filter: blur(10px); } \ No newline at end of file