Fix margin
This commit is contained in:
parent
ecba0d84bc
commit
adbb6ca4d4
|
|
@ -14,8 +14,9 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
@import "@/styles/_variables.scss";
|
||||||
.instrument-widget {
|
.instrument-widget {
|
||||||
margin-bottom: 30px;
|
margin-bottom: $small-spacing;
|
||||||
|
|
||||||
&__description {
|
&__description {
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue