Add missing margins

This commit is contained in:
Ramon Wenger 2019-07-31 14:04:13 +02:00
parent 4eea9c3a2c
commit 9e118720b0
2 changed files with 5 additions and 0 deletions

View File

@ -65,6 +65,8 @@
.chapter { .chapter {
&__description { &__description {
@include lead-paragraph; @include lead-paragraph;
margin-bottom: $large-spacing;
} }
} }
</style> </style>

View File

@ -37,9 +37,12 @@
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
@import "@/styles/_variables.scss";
// Styling and structure taken from original iframe // Styling and structure taken from original iframe
.genially-block { .genially-block {
width: 100%; width: 100%;
margin-bottom: $large-spacing;
&__wrapper { &__wrapper {
position: relative; position: relative;