From e761790f8e6d3c026003d48ea3039380ecfa5577 Mon Sep 17 00:00:00 2001 From: Awstin Date: Wed, 10 Jul 2024 06:37:05 -0400 Subject: [PATCH] Added fluid change to content width as well --- assets/main.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/assets/main.css b/assets/main.css index bd910e3..260a329 100644 --- a/assets/main.css +++ b/assets/main.css @@ -123,7 +123,7 @@ img { } .content { - width: 60%; + width: var(--fluid-288-744); margin: auto; padding: 20px; } @@ -142,8 +142,4 @@ img { .sidebar ul li { display: inline-block; } - - .content { - width: 90%; - } }