switch .section and .container
This commit is contained in:
parent
411d1492f4
commit
b4a4a3990b
1 changed files with 4 additions and 4 deletions
|
@ -15,12 +15,12 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<div class="container">
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<AdminView v-if="is_admin" />
|
||||
<UserView v-else />
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
|
|
Loading…
Reference in a new issue