diff --git a/client/src/components/content-blocks/InfogramBlock.vue b/client/src/components/content-blocks/InfogramBlock.vue index ad181596..4598825f 100644 --- a/client/src/components/content-blocks/InfogramBlock.vue +++ b/client/src/components/content-blocks/InfogramBlock.vue @@ -50,8 +50,7 @@ data() { return { - height: 0, - // title: 'Zahlungsmittel' + height: 0 } } } @@ -61,16 +60,9 @@ @import "@/styles/_variables.scss"; .infogram-block { - /*padding: 8px 0;*/ - /*font-family: $sans-serif-font-family;*/ - /*font-size: 13px !important;*/ - /*line-height: 15px !important;*/ - /*text-align: center;*/ - /*border-top: 1px solid #dadada;*/ - /*margin: 0 30px;*/ + margin-bottom: $large-spacing; &__link { - /*color:#989898;*/ text-decoration: none; cursor: pointer; }