From 0cfb8466ccb3cb9f5fe82258e2c8631d21c4c601 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Wed, 4 Oct 2023 19:34:06 +0900 Subject: [PATCH] chore: remove second footer from mobile --- src/css/custom.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/custom.scss b/src/css/custom.scss index a887ecf..bce3d4d 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -22,11 +22,11 @@ html { margin-bottom: unset !important; } > div:nth-child(2) { - display: none; + display: none !important; } > button { - display: none; + display: none !important; } }