responsivity fixes
This commit is contained in:
parent
2e4fe65127
commit
d0ccbb8dd0
1 changed files with 6 additions and 6 deletions
|
@ -1,18 +1,18 @@
|
|||
<template>
|
||||
<div class="flex-column text-wrap">
|
||||
<div class="d-flex justify-end">
|
||||
<span class="d-none d-sm-flex text-right thw-logo-font above mr-2">
|
||||
<div class="d-flex flex-column text-wrap">
|
||||
<div class="d-flex justify-start justify-md-end">
|
||||
<span class="d-none d-md-flex text-right thw-logo-font above mr-2">
|
||||
<slot name="above">Technisches Hilfswerk</slot>
|
||||
</span>
|
||||
<v-img
|
||||
class="d-flex"
|
||||
class="d-none d-sm-flex"
|
||||
max-width="56"
|
||||
max-height="56"
|
||||
:src="require('../assets/thw.svg')"
|
||||
/>
|
||||
</div>
|
||||
<v-divider class="d-none d-sm-block my-1" />
|
||||
<span class="d-none d-sm-flex thw-logo-font below">
|
||||
<v-divider class="d-none d-md-block my-1" />
|
||||
<span class="d-none d-md-flex thw-logo-font below">
|
||||
<slot>OV Musterstadt</slot>
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue