mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 23:27:09 +00:00
Add partners, Immersive Weathering block growth (#231)
* Add partners: Immersive Weathering block growth * Fix block state and modded block IDs * Add categories * Add custom rule tests * Add missing translation
This commit is contained in:
@@ -819,9 +819,14 @@ main.has-preview {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 0 8px;
|
||||
align-items: flex-start;
|
||||
grid-template-rows: min-content 1fr repeat(6, auto);
|
||||
}
|
||||
|
||||
.home > *:nth-child(n+3) {
|
||||
.home > *:first-child {
|
||||
grid-row: 1 / 3;
|
||||
}
|
||||
|
||||
.home > *:nth-child(n+4) {
|
||||
grid-column: 1 / 3;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user