Fix bottom spacing cms_document block and image_block

This commit is contained in:
Lorenz Padberg 2022-07-28 16:31:13 +02:00
parent 9fea218dd3
commit a299ac5bcd
2 changed files with 4 additions and 1 deletions

View File

@ -31,6 +31,7 @@
display: grid;
grid-template-columns: 50px 1fr 50px;
align-items: center;
margin-bottom: $large-spacing;
&__icon {
width: 30px;

View File

@ -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>