From bbacdd44eba63235710d6d765d45dee98862108c Mon Sep 17 00:00:00 2001 From: hyperbel Date: Wed, 25 Oct 2023 19:08:36 +0000 Subject: [PATCH] better placing for sections --- party/static/css/session.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/party/static/css/session.css b/party/static/css/session.css index 5a0d417..92b24bd 100644 --- a/party/static/css/session.css +++ b/party/static/css/session.css @@ -613,15 +613,16 @@ select { .nav_button + label { cursor: pointer; background-color: #333; - width: 70px; - height: 70px; + width: 80px; + height: 80px; border-radius: 10px; border: white 1px solid; - margin-left: 1%; + margin-left: 2%; margin-top: 1%; + } -input[type=radio]:checked + label { +.nav_button:checked + label { background-color: #454443; border: white 2px solid; box-shadow: 0 0 10px #fff; @@ -644,10 +645,12 @@ input[type=radio] { section { display: none; position: fixed; - top: 10%; + top: 13%; left: 10%; width: 80%; background-color: #333; + border-radius: 10px; + padding: 2%; } #home_button + label {