From 2efa10dff89f9ca258dce42eb05b93eee90c0fb6 Mon Sep 17 00:00:00 2001 From: sophie Date: Tue, 23 Jul 2024 22:58:28 +0300 Subject: [PATCH] f8x --- website/assets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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));