index.vue
Some checks failed
Deploy / build-and-deploy (push) Failing after 5s

This commit is contained in:
Veselov
2025-08-04 16:41:09 +03:00
parent e2e031b7c5
commit b4bb0f9036
2 changed files with 29 additions and 12 deletions

View File

@@ -75,18 +75,18 @@ watch(() => defaultVariant.value, newValue => currentVariantId.value = newValue?
<style lang="scss">
.card {
width: 100%;
display: flex;
flex-direction: row;
&__images {
margin-left: 10%;
margin-right: 10%;
width: 40%;
width: 100%;
display: flex;
flex-direction: column;
}
&__description {
padding-inline: 30px;
width: 40%;
}