Sidebar and Content the same height

This commit is contained in:
2020-08-05 18:38:17 +02:00
parent 33c8b302b3
commit 8f7e03cda9
3 changed files with 15 additions and 12 deletions

View File

@@ -1,9 +1,9 @@
{{> @header}}
<article class="LP-Main">
<section class="LP-Main__Content">
</section>
<section class="LP-Main__Sidebar">
{{> @navigation modifier='--sidebar'}}
</section>
<section class="LP-Main__Content">
{{> @placeoverview}}
</section>
</article>