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 {
&__description {
@include lead-paragraph;
margin-bottom: $large-spacing;
}
}
</style>

View File

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