adds wompum lines and other wompum related goodies

This commit is contained in:
Drew
2025-04-07 17:55:41 -06:00
parent 93e66d5b5c
commit adbd294e30
6 changed files with 67 additions and 22 deletions

View File

@ -7,6 +7,7 @@
& .wompum-article-grid {
gap: 2px;
height: 100%; // Fill container height
min-height: 2px;
grid-template-rows: repeat(var(--grid-rows, 5), 1fr); // Default 5 rows
}