Refactoring and uncluttering

This commit is contained in:
2020-08-05 13:19:00 +02:00
parent cf5e804e50
commit af634294e2
4 changed files with 20 additions and 17 deletions

View File

@@ -11,7 +11,7 @@ $-sidebar-width: 250px;
min-height: 1px;
}
.LP-Main__Navigation{
.LP-Main__Sidebar{
flex-shrink: 0;
width: $-sidebar-width;
flex-grow: 0;

View File

@@ -3,7 +3,7 @@
<section class="LP-Main__Content">
</section>
<section class="LP-Main__Navigation">
<section class="LP-Main__Sidebar">
{{> @navigation modifier='--sidebar'}}
</section>
</article>