Files
HexUnlockedWeb/styles/Characters.module.css
T
2026-06-19 04:29:24 -03:00

10 lines
177 B
CSS

.grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
gap: 1rem;
overflow-y: auto;
flex: 1;
align-content: start;
padding-right: 0.5rem;
}