make grid-items and list-items usable elsewhere
This commit is contained in:
@@ -72,19 +72,7 @@
|
||||
.item-grid{
|
||||
grid-row:4;
|
||||
grid-column: 1 / span 2;
|
||||
|
||||
display:grid;
|
||||
grid-template-columns: repeat(auto-fill, 400px);
|
||||
grid-auto-rows: 94px;
|
||||
grid-row-gap: 10px;
|
||||
|
||||
}
|
||||
.item-grid .video-thumbnail-img{
|
||||
width:168px;
|
||||
}
|
||||
.item-grid .playlist-thumbnail-img{
|
||||
width:168px;
|
||||
}
|
||||
.page-button-row{
|
||||
grid-column: 1 / span 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user