blur content when the menu is open

This commit is contained in:
Daniel Schön
2020-05-22 13:28:30 +02:00
parent 5547352ff2
commit 7ed89b8b4f
6 changed files with 36 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ layout: compress
<body>
{% include navbar.html %}
<div class="wrapper">
<div class="wrapper" id="wrapper">
<header class="header">
<h1 class="header-title center" itemprop="headline">{{ page.title | escape }}.</h1>
</header>
@@ -20,4 +20,4 @@ layout: compress
</div>
</body>
</html>
</html>