Add margin bottom to infogram blocks
This commit is contained in:
parent
7837bc930e
commit
9c7e4c92ca
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue