diff --git a/overrides/assets/stylesheets/home.css b/overrides/assets/stylesheets/home.css index 4db24fb..36e0f6d 100644 --- a/overrides/assets/stylesheets/home.css +++ b/overrides/assets/stylesheets/home.css @@ -18,11 +18,11 @@ display: none; } } - /* @media screen and (min-width: 76.25em) { + @media screen and (min-width: 76.25em) { .md-sidebar--primary { display: none; } - } */ + } @keyframes continuousgradient { 0% {background-position: 0% 50%;} diff --git a/overrides/main.html b/overrides/main.html index 1f42ebc..5cb6467 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -1,127 +1,2 @@ {% extends "base.html" %} -{% block header %} -
- -
- -{% endblock %} \ No newline at end of file