From 8a89d8fe563e81715244ac2c76aed84811d5ce2e Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 26 Nov 2024 19:44:02 -0500 Subject: Deploy without testing --- main.css | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/main.css b/main.css index f4ab83e..a31b585 100644 --- a/main.css +++ b/main.css @@ -174,10 +174,17 @@ a.lcolonq-button-link :active { #lcolonq-register-box { grid-row: 2; grid-column: 2; - text-align: center; + display: flex; + flex-direction: column; + align-items: center; } #lcolonq-register-link { + width: max-content; + text-align: center; + display: block; + background-color: #6441a5; + border-radius: 0.5rem; color: white; background-color: #6441a5; border-radius: 0.5rem; @@ -232,19 +239,19 @@ a.lcolonq-button-link :active { /* menu */ #lcolonq-menu { - overflow: scroll; + overflow-y: scroll; height: auto; + display: flex; + flex-direction: column; + align-items: center; } #lcolonq-menu-grid { - position: absolute; top: 0px; - left: 0px; display: grid; - width: 100%; height: 100%; grid-template-rows: max-content 4fr; - grid-template-columns: 1fr 2fr 1fr; + margin: 0 50px; } #lcolonq-menu-header { -- cgit v1.2.3