This commit is contained in:
Soph :3 2024-07-23 22:58:28 +03:00
parent ebbe47a7b4
commit 2efa10dff8
Signed by: sophie
GPG key ID: EDA5D222A0C270F2

View file

@ -13,7 +13,8 @@ body {
display: grid; display: grid;
grid-template-areas: grid-template-areas:
"one two" "one two"
"four blog" "one four"
"three blog"
"three blog"; "three blog";
grid-gap: 5px; grid-gap: 5px;
grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-columns: repeat(2, minmax(0, 1fr));