From b683ea67c44bde5c49b5cebfe8bc74e322e39cd4 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 10 Oct 2022 21:08:59 +0100 Subject: [PATCH] Finalise Sidebar Location --- css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index 04b2f9b..5f20213 100644 --- a/css/styles.css +++ b/css/styles.css @@ -93,14 +93,14 @@ footer { .inflate { position: absolute; top: 10px; - right: 25px; + right: 10px; } /* The button used to open the sidebar */ .open { font-size: 20px; cursor: pointer; - background-color: #111; + background-color: rgba(0, 0, 0, 0); color: white; padding: 10px 15px; border: none;