Add different layouts, with default layout for starters

This commit is contained in:
Ramon Wenger 2018-08-22 17:47:18 +02:00
parent f93d6b5f71
commit 2193f5b482
4 changed files with 158 additions and 129 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,3 @@
<template>
<router-view></router-view>
</template>

View File

@ -135,7 +135,7 @@
display: flex;
justify-content: start;
& :first-child {
& > :first-child {
margin-right: 45px;
}
}