From 3c92b54d490744453c15c363a8e51c7d093e9025 Mon Sep 17 00:00:00 2001 From: Alissa Crane Date: Thu, 21 Nov 2024 10:44:01 -0800 Subject: [PATCH] fix lint --- src/app/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/global.css b/src/app/global.css index 81feaad..dc5a0a0 100644 --- a/src/app/global.css +++ b/src/app/global.css @@ -81,5 +81,5 @@ a { } .templateSection > div { - max-width: 100%;; -} \ No newline at end of file + max-width: 100%; +}