diff --git a/sass/main.scss b/sass/main.scss index c37cc01..0a2e71b 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -20,10 +20,16 @@ header { border-top: 8px solid; border-image: linear-gradient(to right, #8FBCBB 25%, #88C0D0 25%, #88C0D0 50%, #81A1C1 50%, #81A1C1 75%, #5E81AC 75%, #5E81AC 100%) 1; + &.compact { + padding: 1.3rem 0; + .wrap { height: 4rem } + } + .wrap { margin: 0 auto; display: flex; justify-content: space-between; + align-items: center; height: 6rem; max-width: 1200px; width: 100%; diff --git a/static/logo-plain.svg b/static/logo-plain.svg new file mode 100644 index 0000000..cd34cca --- /dev/null +++ b/static/logo-plain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index cdf74c0..cffaedb 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,19 +15,19 @@ -
-
- -
- + {% block header %} +
+
+ -
-
-
+ + + + {% endblock header %} {% block extra %}{% endblock extra %} {% block content %}{% endblock content %}