diff css/style.css @ 111:250f40874439

*: update lots of things now we minify the html,css,etc before deploying, so it hopefully will load faster :)
author Paper <paper@tflc.us>
date Mon, 19 May 2025 13:58:21 -0400
parents 511a17f9f8a5
children
line wrap: on
line diff
--- a/css/style.css	Sun Apr 06 19:44:28 2025 -0400
+++ b/css/style.css	Mon May 19 13:58:21 2025 -0400
@@ -199,10 +199,21 @@
 	flex-wrap: wrap;
 	justify-content: center;
 
-	/* column-gap: 4px; */
 	row-gap: 0.5em;
 }
 
+/*
+don't need this
+
+.plugs-list {
+	column-gap: 2px;
+}
+*/
+
+.blips-list {
+	column-gap: 10px;
+}
+
 .blips-list-item,
 .plugs-list-item {
 	display: block;