Add missing margins
This commit is contained in:
parent
4eea9c3a2c
commit
9e118720b0
|
|
@ -65,6 +65,8 @@
|
|||
.chapter {
|
||||
&__description {
|
||||
@include lead-paragraph;
|
||||
|
||||
margin-bottom: $large-spacing;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue