From 2644708818521c075eb23bcb96ec8a243ea15375 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 10 Oct 2022 20:56:03 +0100 Subject: [PATCH] Move sidebar to right TEST --- css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 84b4a17..8285d93 100644 --- a/css/styles.css +++ b/css/styles.css @@ -57,7 +57,7 @@ footer { position: fixed; z-index: 1; top: 0; - left: 0; + right: 0; background-color: #111; overflow-x: hidden; /* Disable horizontal scroll */ padding-top: 60px; /* Place content 60px from the top */