mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 20:16:14 -05:00
[web] Minor changes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user