Layout: refactor item system to be more maintainable, add vertical item type
This commit is contained in:
@@ -109,12 +109,9 @@
|
||||
#related{
|
||||
grid-column: 4;
|
||||
display: grid;
|
||||
grid-auto-rows: 90px;
|
||||
grid-auto-rows: 94px;
|
||||
grid-row-gap: 10px;
|
||||
}
|
||||
#related .medium-item{
|
||||
grid-template-columns: 160px 1fr 0fr;
|
||||
}
|
||||
|
||||
.download-dropdown{
|
||||
z-index:1;
|
||||
|
||||
Reference in New Issue
Block a user