diff --git a/static/src/scss/index.scss b/static/src/scss/index.scss index 1f15522..eb4f381 100644 --- a/static/src/scss/index.scss +++ b/static/src/scss/index.scss @@ -1 +1,15 @@ @import "materialize-css/sass/materialize"; + +body { + display: flex; + min-height: 100vh; + flex-direction: column; +} + +main { + flex: 1 0 auto; +} + +footer.page-footer { + padding-top: 0; +} diff --git a/templates/base.html b/templates/base.html index 7cd55d5..c45eed3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -16,8 +16,44 @@ - {% block content %}{% endblock %} +
+ + + +
+ +
+
+ {% block content %}{% endblock %} +
+
+ + + + diff --git a/templates/nav-items.html b/templates/nav-items.html new file mode 100644 index 0000000..7c6686b --- /dev/null +++ b/templates/nav-items.html @@ -0,0 +1,3 @@ +
  • Sass
  • +
  • Components
  • +
  • JavaScript