[+] Apply responsive width
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="artwork-container">
|
<div id="artwork-container">
|
||||||
<el-card class="artwork" :body-style="{padding: '0px'}"
|
<el-card class="artwork" :body-style="{padding: '0px', width: responsive.getBlockWidth().toFixed(0) + 'px'}"
|
||||||
v-for="artwork in artworks">
|
v-for="artwork in artworks">
|
||||||
<div class="image" :style="{'background-image': artwork.imgThumb}">
|
<div class="image" :style="{'background-image': artwork.imgThumb}">
|
||||||
<div class="description">
|
<div class="description">
|
||||||
|
|||||||
Reference in New Issue
Block a user