forked from potsda.mn/mobilizon
Temp. Fix: mbz-cards didnt get a fixed (max) width on small screens
- Add a max-width and width for mbz-card in App.vue
This commit is contained in:
parent
2072402e98
commit
974c73e071
|
@ -322,6 +322,11 @@ onBeforeUnmount(() => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.w-full .mbz-card {
|
||||||
|
width: 20rem;
|
||||||
|
max-width: 95%;
|
||||||
|
}
|
||||||
|
|
||||||
.vue-skip-to {
|
.vue-skip-to {
|
||||||
z-index: 40;
|
z-index: 40;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue