Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: icon margin
Browse files Browse the repository at this point in the history
aopoltorzhicky committed Jun 15, 2022

Unverified

No user is associated with the committer email.
1 parent 7514aa6 commit 123c9a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Cards/InfoCard.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<v-card flat class="mt-10 pa-10 d-flex flex-column align-center justify-center transparent">
<v-img src="@/assets/relocation.png" max-height="100"></v-img>
<v-img src="@/assets/relocation.png" max-height="100" class="icon"></v-img>
<div class="information font-weight-regular mt-2"><slot /></div>
</v-card>
</template>
@@ -24,4 +24,8 @@ export default {
text-align: center;
color: #959595;
}
.icon {
margin-right: 30px
}
</style>

0 comments on commit 123c9a2

Please sign in to comment.