mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-22 15:53:01 +00:00
smaller app section border
This commit is contained in:
parent
053aa5d2d2
commit
7bc0ad21ba
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="section">
|
<section class="section px-3">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<AdminView v-if="store.is_admin" />
|
<AdminView v-if="store.is_admin" />
|
||||||
<UserView v-else />
|
<UserView v-else />
|
||||||
|
|
Loading…
Reference in a new issue