Template:Storage grid/styles.css: Difference between revisions
From Space Station 14 Wiki
No edit summary |
removed hardcoded size in favor of a var |
||
Line 5: | Line 5: | ||
.storage-grid > * { | .storage-grid > * { | ||
width: | width: var(--s); | ||
height: | height: var(--s); | ||
} | } | ||