f8x
This commit is contained in:
parent
ebbe47a7b4
commit
2efa10dff8
|
@ -13,7 +13,8 @@ body {
|
|||
display: grid;
|
||||
grid-template-areas:
|
||||
"one two"
|
||||
"four blog"
|
||||
"one four"
|
||||
"three blog"
|
||||
"three blog";
|
||||
grid-gap: 5px;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
|
|
Loading…
Reference in a new issue