diff options
Diffstat (limited to 'css/header.scss')
-rw-r--r-- | css/header.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/header.scss b/css/header.scss index 61f0ffd..a90ff5d 100644 --- a/css/header.scss +++ b/css/header.scss @@ -5,8 +5,8 @@ background-color: var(--backgroundColour); background-size: cover; - border-bottom-left-radius: 1rem; - border-bottom-right-radius: 1rem; + border-bottom-left-radius: var(--padding); + border-bottom-right-radius: var(--padding); height: fit-content; image-rendering: pixelated; overflow: hidden; |