diff --git a/client/css/style.css b/client/css/style.css index a733e5e0..0234bb2d 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -557,6 +557,10 @@ button { flex-direction: column; } +.signed-out #main { + left: 0; /* Hide the sidebar when user is signed out */ +} + #header { display: none; height: 40px;