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;