This commit is contained in:
parent
34caec0778
commit
5b757388a4
1 changed files with 6 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
|||
>
|
||||
<v-img
|
||||
contain
|
||||
:id="item.img"
|
||||
:src="require(`@/assets/Sponsoren/${item.img} Logo.svg`)"
|
||||
/>
|
||||
</a>
|
||||
|
@ -237,6 +238,11 @@ export default {
|
|||
max-width: 100%;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.supporter > #ISWI {
|
||||
min-height: 13vh;
|
||||
}
|
||||
|
||||
.social-media-link {
|
||||
margin-left: 2em;
|
||||
height: 70%;
|
||||
|
|
Loading…
Reference in a new issue