From 7c7153ee0516f337d7de55a18a6032458aba1b03 Mon Sep 17 00:00:00 2001 From: Nico Date: Tue, 3 Feb 2026 00:24:01 +1100 Subject: [PATCH] fix roudning --- bundle.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.css b/bundle.css index c4dee2b..21a8d9c 100644 --- a/bundle.css +++ b/bundle.css @@ -60,11 +60,11 @@ i { height: calc(100vh - 50px); display: flex; - margin: var(--rounding); + margin: 25px; } #content > * { - border-radius: 25px; + border-radius: var(--rounding); background: var(--background); box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;