diff options
| -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 { |
