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