From b297f077c5c1cc36fe2afc983e84dbb1d94523ac Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sat, 30 Mar 2019 16:07:26 +0100 Subject: [PATCH] scss: remove wrapper --- index.html | 6 ------ scss/_global.scss | 12 +++--------- style.css | 7 +------ 3 files changed, 4 insertions(+), 21 deletions(-) diff --git a/index.html b/index.html index 6751baf..56f7dbb 100644 --- a/index.html +++ b/index.html @@ -20,8 +20,6 @@ -
-
- - - - diff --git a/scss/_global.scss b/scss/_global.scss index 5298514..cdc835e 100644 --- a/scss/_global.scss +++ b/scss/_global.scss @@ -1,17 +1,11 @@ /* * 3 - Global elements ( _global.scss ) - * + * * This part of the (s)css handle the style of "global" elements * like the wrapper, the navbars, the header. * */ -body { - background: #666 url('img/background.png'); - padding: 30px; - background-attachment: fixed; -} - @media (max-width: 767.98px) { body { background: none; @@ -36,7 +30,7 @@ header { padding-bottom:0px; padding:2.33333em; margin:auto; - text-align:center; + text-align:center; img { max-width: 100%; height: auto; @@ -53,7 +47,7 @@ header { padding-bottom:0; } @include li-no-margin(); - + .form-control { opacity: 0.3; background-color: rgba(0, 0, 0, 0.3); diff --git a/style.css b/style.css index 723a919..cf80fb8 100644 --- a/style.css +++ b/style.css @@ -520,16 +520,11 @@ mark { /* * 3 - Global elements ( _global.scss ) - * + * * This part of the (s)css handle the style of "global" elements * like the wrapper, the navbars, the header. * */ -body { - background: #666 url("img/background.png"); - padding: 30px; - background-attachment: fixed; } - @media (max-width: 767.98px) { body { background: none;