diff --git a/website/assets/style.css b/website/assets/style.css index 1efa03b..8234c5c 100644 --- a/website/assets/style.css +++ b/website/assets/style.css @@ -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));