Using grid for master layout

This commit is contained in:
2020-08-13 23:44:06 +02:00
parent fc0a96b167
commit 0e3f005639
4 changed files with 47 additions and 49 deletions

View File

@@ -1,9 +1,9 @@
{{> @header}}
<div class="LP-Main">
<aside class="LP-Main__Sidebar">
{{> @navigation modifier='--sidebar'}}
</aside>
<main class="LP-Main__Content">
{{> @placedetail}}
</main>
<div class="LP-Wrapper__Site">
{{> @header}}
<aside class="LP-Main__Sidebar">
{{> @navigation modifier='--sidebar'}}
</aside>
<main class="LP-Main__Content">
{{> @placedetail}}
</main>
</div>