From 9e456be2a8b6f2df669f25afc7326a1dfec4259e Mon Sep 17 00:00:00 2001 From: kenlee Date: Mon, 25 Nov 2024 13:43:22 +0800 Subject: [PATCH] 'templates' --- assets/stylesheets/template/template.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/template/template.scss b/assets/stylesheets/template/template.scss index b1d52a1..df0afe7 100644 --- a/assets/stylesheets/template/template.scss +++ b/assets/stylesheets/template/template.scss @@ -34,7 +34,7 @@ // container setting .response-container { position: relative; - margin: auto; + margin:auto!important; @media (min-width: $screen-xs) { width: 100%; }