1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-06-25 16:04:37 -05:00

CSS fix for spacing issues in listing page

th spacing between location links on the listings UI was a bit funky to
made a quick tweak to smooth that out.
This commit is contained in:
ro
2025-04-16 18:23:11 -06:00
parent 73a0abf898
commit 515de4c56b
3 changed files with 120 additions and 120 deletions

View File

@ -95,7 +95,7 @@ a.list-link > .item-block > .item-icon {
a.list-link {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 100% 100px 30px 30px;
grid-template-rows: 1fr auto 30px 30px;
gap: 5px;
height: auto;
padding-bottom: 20px;