diff --git a/sass/base_theme.scss b/sass/base_theme.scss index d3104ee..5c5277e 100644 --- a/sass/base_theme.scss +++ b/sass/base_theme.scss @@ -1,9 +1,21 @@ -.note-container p:first-child { +main#wrapper { + margin: 1rem 1rem 0 1rem; + max-width: 50rem; +} + +#header { + margin-bottom: 3rem; +} + + + +/*.note-container p:first-child { margin-top: 0; } -html, body { - height: 100%; -} + +// html, body { +// height: 100%; +// } @media only screen and (max-width: 480px) { #menu-item-following { @@ -413,3 +425,5 @@ li.answer { width:70px; display:inline-block; } + +*/ \ No newline at end of file diff --git a/templates/header.html b/templates/header.html index 766aa96..299caf4 100644 --- a/templates/header.html +++ b/templates/header.html @@ -24,17 +24,16 @@ - diff --git a/templates/layout.html b/templates/layout.html index 36383a2..2c641bb 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -103,9 +103,9 @@ dt, dd { font-size: 0.9em; } {% endif %} -
+
{% block content %}{% endblock %} -
+