Files
old-web/frontend-react/src/components/items/itemscontainer/ItemsContainer.css

9 lines
170 B
CSS
Raw Normal View History

.items-list {
margin: 5%;
margin-top: 8%;
display: grid;
grid-gap: 5px;
2019-01-29 20:30:43 +01:00
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
justify-items: center;
}