Adaptive layout improved
This commit is contained in:
+2
-2
@@ -2,11 +2,11 @@
|
||||
|
||||
<template>
|
||||
<main
|
||||
class="dimensions scrollbar background overflow-auto d-flex flex-column rounded-card gap-2 p-4 animate__animated-sm animate__delay-1-5s animate__fadeInDown"
|
||||
class="dimensions background overflow-auto d-flex flex-column rounded-card gap-4 gap-sm-2 px-4 pt-4 pb-3 animate__animated-sm animate__delay-1-5s animate__fadeInDown"
|
||||
>
|
||||
<Navigation />
|
||||
<NuxtPage
|
||||
class="scrollbar overflow-y-auto mb-3 mb-sm-0 py-4 pe-3 fade-mask"
|
||||
class="scrollbar overflow-x-hidden overflow-y-auto py-sm-4 pe-sm-3 fade-mask"
|
||||
/>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
@@ -8,7 +8,7 @@ const currentYear = new Date().getFullYear()
|
||||
>
|
||||
<span class="transpaque font-small text-shadow">
|
||||
© 2018-{{ currentYear }}, <a href="https://enderman.ch">Enderman</a>. All
|
||||
rights reserved.
|
||||
rights reserved. • v1.1
|
||||
</span>
|
||||
</footer>
|
||||
</template>
|
||||
Reference in New Issue
Block a user