Add margin bottom to infogram blocks

This commit is contained in:
Ramon Wenger 2020-03-11 11:13:15 +01:00
parent 7837bc930e
commit 9c7e4c92ca
1 changed files with 2 additions and 10 deletions

View File

@ -50,8 +50,7 @@
data() { data() {
return { return {
height: 0, height: 0
// title: 'Zahlungsmittel'
} }
} }
} }
@ -61,16 +60,9 @@
@import "@/styles/_variables.scss"; @import "@/styles/_variables.scss";
.infogram-block { .infogram-block {
/*padding: 8px 0;*/ margin-bottom: $large-spacing;
/*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;*/
&__link { &__link {
/*color:#989898;*/
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
} }