summaryrefslogtreecommitdiff
path: root/main.css
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-12-12 05:48:49 -0500
committerLLLL Colonq <llll@colonq>2024-12-12 05:48:49 -0500
commit776265c301e9994613ccaa4606e63c0a48d797e6 (patch)
treefbe2cc88796f0efd1b57608318ad92d38a431a0c /main.css
parent638bdddeb10b18dd35af5a6de2950aaa3c8a5e44 (diff)
Greencircle site
Diffstat (limited to 'main.css')
-rw-r--r--main.css13
1 files changed, 11 insertions, 2 deletions
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 {