diff --git a/_includes/head.html b/_includes/head.html index dc141d3..f4bac39 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,15 +1,3 @@ - diff --git a/_layouts/default.html b/_layouts/default.html index 63154ba..a6f8321 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,9 +2,23 @@ {% include head.html %} + +
{{ content }} -
+
+ \ No newline at end of file diff --git a/_sass/base.scss b/_sass/base.scss index e552a12..64fc9ed 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -57,16 +57,20 @@ html { overflow-y: scroll; } -body { +.contenido { width: 100%; padding: 0; margin: 25px 0; +} + +body { background: $color__black; font-family: $inconsolata; font-size: $font__size; font-weight: $font__weight; + padding: 0; + margin: 0; } - .container { margin: 0 25px; } @@ -76,7 +80,7 @@ body { .container { margin: 0 50px; } - body { + .contenido { margin: 50px 0 25px; } @@ -86,7 +90,7 @@ body { .container { margin: 0 120px; } - body { + .contenido { margin: 120px 0 50px; }