From 2ab30a541b96354274ae559cc8d19c2a1f6e7988 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Wed, 29 Jul 2020 17:00:21 +0800 Subject: Update code format --- assets/scss/_global.scss | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'assets/scss/_global.scss') diff --git a/assets/scss/_global.scss b/assets/scss/_global.scss index 6fd62bd..484ed16 100644 --- a/assets/scss/_global.scss +++ b/assets/scss/_global.scss @@ -1,34 +1,34 @@ * { - box-sizing: border-box; + box-sizing: border-box; } // sticky footer html { - height: 100%; - scroll-behavior: smooth; + height: 100%; + scroll-behavior: smooth; } body { - display: flex; - flex-direction: column; - height: 100%; - scroll-behavior: smooth; + display: flex; + flex-direction: column; + height: 100%; + scroll-behavior: smooth; } main { - flex: 1 1 auto; + flex: 1 1 auto; } .container-lg { - display: flex; - flex-direction: row; + display: flex; + flex-direction: row; - @media screen and (max-width: $width-md) { - flex-direction: column; - } + @media screen and (max-width: $width-md) { + flex-direction: column; + } } // remove text decoration a:hover { - text-decoration: none !important; + text-decoration: none !important; } -- cgit v1.2.3