From 63cefe29bbcde73f50ab6f84887f83c757c04654 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Fri, 12 Mar 2021 12:38:36 +0100 Subject: [PATCH] fix indentation --- sass/index.scss | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/sass/index.scss b/sass/index.scss index 349e57f..db4d640 100644 --- a/sass/index.scss +++ b/sass/index.scss @@ -4,7 +4,7 @@ body { height: 100%; width: 100%; color: white; - font-family: Arial,sans-serif; + font-family: Arial,sans-serif; overflow-x: hidden; } @@ -36,28 +36,28 @@ body { } .sep { - position: relative; - border: none; - height: 12px; - background: #222222; + position: relative; + border: none; + height: 12px; + background: #222222; margin: 20px; - margin-bottom: 50px; + margin-bottom: 50px; } .sec_head_hr { - display: block; - height: 1px; - border: 0; - border-top: 1px solid #caccce; - margin: 1.75em 0; - padding: 0; + display: block; + height: 1px; + border: 0; + border-top: 1px solid #caccce; + margin: 1.75em 0; + padding: 0; } .sec_header { - color: #eee; - font-size: 1.5em; - margin-top: 1.3125em; - margin-bottom: .32813em; + color: #eee; + font-size: 1.5em; + margin-top: 1.3125em; + margin-bottom: .32813em; text-align: center; font-size: 35px; }