first draft of gradient+trame background

This commit is contained in:
2023-02-22 19:20:33 +01:00
parent e1978d8e58
commit 0979917d25
8 changed files with 268 additions and 14 deletions

View File

@@ -43,8 +43,6 @@ export default {
<h1>
<router-link :to="{ name: 'home' }"> atterrir</router-link>
</h1>
</div>
<div class="row bottom">
<StaticMenu/>
<UserBlock/>
</div>
@@ -61,7 +59,7 @@ export default {
:concernement="concernements[0]"
/> -->
</MapConcernements>
<div class="row">
<div id="content" class="row">
<RouterView />
</div>
</div>