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