This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user