From f9448fc7b818af5e458a40af65b4e32851d63238 Mon Sep 17 00:00:00 2001 From: AK <88621940+Aakash3640@users.noreply.github.com> Date: Thu, 16 Jan 2025 13:22:16 -0500 Subject: [PATCH] Update style.css increased size of main width --- assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index e3bafef..31a5efc 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1808,7 +1808,7 @@ textarea.form-input::-webkit-resizer { display: none; } */ main { - max-width: 1200px; + max-width: 1300px; margin-inline: auto; display: flex; justify-content: center; @@ -1884,4 +1884,4 @@ textarea.form-input::-webkit-resizer { display: none; } .timeline-text { max-width: 700px; } -} \ No newline at end of file +}