fix roudning

This commit is contained in:
Nico 2026-02-03 00:24:01 +11:00
parent a704a208dc
commit 7c7153ee05
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0

View file

@ -60,11 +60,11 @@ i {
height: calc(100vh - 50px); height: calc(100vh - 50px);
display: flex; display: flex;
margin: var(--rounding); margin: 25px;
} }
#content > * { #content > * {
border-radius: 25px; border-radius: var(--rounding);
background: var(--background); 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; box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;