Fix bottom spacing cms_document block and image_block
This commit is contained in:
parent
9fea218dd3
commit
a299ac5bcd
|
|
@ -31,6 +31,7 @@
|
|||
display: grid;
|
||||
grid-template-columns: 50px 1fr 50px;
|
||||
align-items: center;
|
||||
margin-bottom: $large-spacing;
|
||||
|
||||
&__icon {
|
||||
width: 30px;
|
||||
|
|
|
|||
|
|
@ -20,10 +20,12 @@
|
|||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import "~styles/helpers";
|
||||
|
||||
.image-block {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
border-radius: 13px;
|
||||
margin-bottom: 30px;
|
||||
margin-bottom: $large-spacing;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue