comparison 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
comparison
equal deleted inserted replaced
110:7c8191bab90c 111:250f40874439
197 width: 100%; 197 width: 100%;
198 198
199 flex-wrap: wrap; 199 flex-wrap: wrap;
200 justify-content: center; 200 justify-content: center;
201 201
202 /* column-gap: 4px; */
203 row-gap: 0.5em; 202 row-gap: 0.5em;
203 }
204
205 /*
206 don't need this
207
208 .plugs-list {
209 column-gap: 2px;
210 }
211 */
212
213 .blips-list {
214 column-gap: 10px;
204 } 215 }
205 216
206 .blips-list-item, 217 .blips-list-item,
207 .plugs-list-item { 218 .plugs-list-item {
208 display: block; 219 display: block;