diff options
| author | LLLL Colonq <llll@colonq> | 2024-11-26 19:44:02 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-11-26 19:44:02 -0500 |
| commit | 8a89d8fe563e81715244ac2c76aed84811d5ce2e (patch) | |
| tree | 67d0f139977c2baf5a29c1617eaf39886f372e67 /main.css | |
| parent | d5ffc77a120b304d98dbd31b3272bcd312334385 (diff) | |
Deploy without testing
Diffstat (limited to 'main.css')
| -rw-r--r-- | main.css | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -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 { |
