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() {
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;
}