diff options
| author | LLLL Colonq <llll@colonq> | 2024-12-12 05:48:49 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-12-12 05:48:49 -0500 |
| commit | 776265c301e9994613ccaa4606e63c0a48d797e6 (patch) | |
| tree | fbe2cc88796f0efd1b57608318ad92d38a431a0c /main.css | |
| parent | 638bdddeb10b18dd35af5a6de2950aaa3c8a5e44 (diff) | |
Greencircle site
Diffstat (limited to 'main.css')
| -rw-r--r-- | main.css | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -460,8 +460,8 @@ a.lcolonq-button-link :active { margin-right: 1rem; margin-bottom: 1rem; display: grid; - grid-auto-flow: dense; - grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr)); + justify-content: center; + grid-template-columns: repeat(auto-fit, 20rem); grid-auto-rows: minmax(10rem, auto); gap: 1rem; } @@ -469,6 +469,15 @@ a.lcolonq-button-link :active { .lcolonq-gc-panel { border: solid black; padding: 1rem; + /* display: none; */ +} + +.lcolonq-gc-panel:hover { + background-color: #eeeeee; +} + +.lcolonq-gc-visible { + display: block; } .lcolonq-gc-panel h2 { |
