responsive

This commit is contained in:
2020-07-27 23:03:25 +02:00
parent 34741c345d
commit f7a6562f51
47 changed files with 1056 additions and 946 deletions
@@ -46,7 +46,7 @@
*/
#}
<div class="layout-container">
<header role="banner">
<header role="banner" class="container-fluid">
{{ page.header }}
</header>
@@ -74,7 +74,7 @@
</main>
{% if page.footer %}
<footer role="contentinfo">
<footer role="contentinfo" class="container-fluid">
{{ page.footer }}
</footer>
{% endif %}