FreeTube/src/renderer/components/ft-grid/ft-grid.css

7 lines
131 B
CSS
Raw Normal View History

2020-02-16 19:30:00 +01:00
.ft-grid {
display: grid;
grid-template-columns: repeat(auto-fill, 240px);
justify-content: space-evenly;
grid-gap: 5px;
}