init
Some checks are pending
Deploy / build (push) Has started running

This commit is contained in:
alsaze
2025-12-08 17:04:20 +03:00
parent d1969e34dc
commit c58fce240f
96 changed files with 346 additions and 562 deletions

View File

@@ -25,7 +25,7 @@
<p>{{ cart?.title }}</p>
<div>
<p>Описание:</p>
<p>{{ cart?.description }}</p>
<p class="whitespace-pre-line" v-html="cart?.description" />
</div>
<MapView v-if="cart?.coordinates" :marker="marker" />
@@ -45,7 +45,7 @@
<div>
Описание:
<p>{{ cart?.description }}</p>
<p class="whitespace-pre-line" v-html="cart?.description" />
</div>
<MapView v-if="cart?.coordinates" :marker="marker" />
@@ -124,7 +124,7 @@ onUnmounted(() => {
margin-top: calc(64px + 26px);
display: flex;
flex-direction: column;
gap: 16px;
gap: 24px;
@include mobile {
margin-top: 0;