From 8e99ad6a9ba20f1402e3bfcbe54370aa4e7d0eb7 Mon Sep 17 00:00:00 2001 From: Luke <17616949+nice42q@users.noreply.github.com> Date: Mon, 13 Mar 2023 09:31:24 +0100 Subject: [PATCH] Update main.scss --- css/main.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/main.scss b/css/main.scss index 3271e00..8f39158 100644 --- a/css/main.scss +++ b/css/main.scss @@ -280,3 +280,8 @@ a.color-grey { padding-bottom: 0; } } + +div.btn-close { + position: fixed; + right: 33px; +}