fix on mobile hidden contact
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m25s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m25s
This commit is contained in:
parent
9a2f5b503b
commit
f53327e2d9
1 changed files with 8 additions and 1 deletions
|
|
@ -564,7 +564,10 @@ onMounted(async () => {
|
|||
</q-page-container>
|
||||
|
||||
<!-- Footer -->
|
||||
<q-footer class="bg-grey-1 text-dark q-pa-md">
|
||||
<q-footer
|
||||
class="bg-grey-1 text-dark q-pa-md"
|
||||
:class="$q.screen.xs ? 'hidden' : ''"
|
||||
>
|
||||
<footer-contact />
|
||||
</q-footer>
|
||||
</q-layout>
|
||||
|
|
@ -720,4 +723,8 @@ onMounted(async () => {
|
|||
background-color: #016987;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none !important;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue