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:
johndoe4 2023-05-17 00:59:36 +02:00
parent 2072402e98
commit 974c73e071

View file

@ -322,6 +322,11 @@ onBeforeUnmount(() => {
}
}
.w-full .mbz-card {
width: 20rem;
max-width: 95%;
}
.vue-skip-to {
z-index: 40;
}