diff --git a/css/style.css b/css/style.css index eb76e8f..7db42fb 100644 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,7 @@ /* ------------------ CUSTOM STYLE ------------------- */ -#wrapper { - background: #FFF url("../img/background.png"); } +body { + background: #FFF url("../img/background.png"); + padding: 30px; } /* ------------------ GLOBAL STYLE ------------------- */ .no-pills { diff --git a/index.html b/index.html index 2ba8ce6..5989840 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ -
+
- - +
diff --git a/scss/style.scss b/scss/style.scss index aadf9ee..4410b99 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -25,8 +25,12 @@ $color-mark: $color-yellow; border-radius: $border-radius $border-radius $border-radius $border-radius; } -#wrapper { +body { background: #FFF url('../img/background.png'); + padding: 30px; +} + +#wrapper { } @import 'commons';