mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
hackfix for image not displaying
This commit is contained in:
parent
6ef6fd5723
commit
5e30de11d0
@ -5,3 +5,10 @@
|
||||
<script lang="ts" setup>
|
||||
import Logo from '#assets/it4c-logo2-clean-bg_alpha-128x128.png'
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
/* stylelint-disable-next-line selector-class-pattern */
|
||||
.v-img__img {
|
||||
display: block !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user