From 776265c301e9994613ccaa4606e63c0a48d797e6 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 12 Dec 2024 05:48:49 -0500 Subject: Greencircle site --- main.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'main.css') diff --git a/main.css b/main.css index 612f69c..6dd2b89 100644 --- a/main.css +++ b/main.css @@ -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 { -- cgit v1.2.3