fix: (forgot to say that the layout in enhanced in last commit) + fix du prettier
All checks were successful
Format / formatting (push) Successful in 6s
Build / build (push) Successful in 38s
CI / build (push) Successful in 11s
Format / formatting (pull_request) Successful in 6s

This commit is contained in:
2025-04-23 11:07:32 +02:00
parent 28b0e69da1
commit fcc20d1f42
5 changed files with 122 additions and 116 deletions

View File

@ -1,5 +1,4 @@
<template>
<div>
<header>
<HeaderCanvas :project-id="1" />
@ -25,7 +24,8 @@
<a href="tel:{{ admin.phoneNumber }}">{{
admin.phoneNumber
}}</a>
</p> <div class="main"></div>
</p>
<div class="main"></div>
</div>
</div>
</template>
@ -139,11 +139,11 @@ onMounted(() => {
}
.canvas-help-text {
margin-top: 20px;
margin-bottom: -10px;
margin-top: 20px;
margin-bottom: -10px;
}
div:last-child {
margin-bottom: 60px;
margin-bottom: 60px;
}
</style>