[web] Minor changes

This commit is contained in:
Alain Nussbaumer
2025-05-31 19:48:18 +02:00
parent e80e58f0fd
commit 4872bfd7fd
12 changed files with 29 additions and 51 deletions

View File

@@ -36,14 +36,12 @@ export default {
<style lang="scss" scoped>
@use 'bulma/sass/utilities/mixins';
.column {
&.has-image {
@include mixins.mobile {
justify-content: center;
}
@include mixins.tablet {
justify-content: right;
}
.has-image {
@include mixins.mobile {
justify-content: center;
}
@include mixins.tablet {
justify-content: right;
}
}
</style>