From 9fec7376341f2ee88807cbc5603e14b34aae9bfb Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 10 May 2022 16:19:31 -0500 Subject: [PATCH] Disable container class --- assets/css/tailwind.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index c63c42f..cd3ac0b 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -90,9 +90,9 @@ html { * @import "utilities/skew-transforms"; */ - .container { + /* .container { max-width: 1040px; - } + } */ .ease { transition-property: all;