mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-03 23:30:09 -05:00
[web] Simplify styling of hero page
This commit is contained in:
parent
acbc335897
commit
bf2e468350
@ -4,7 +4,7 @@
|
||||
<div class="columns is-centered">
|
||||
<div class="column is-four-fifths">
|
||||
<div class="columns is-flex-direction-row-reverse">
|
||||
<div class="column has-image">
|
||||
<div class="column">
|
||||
<slot name="heading-right" />
|
||||
</div>
|
||||
<div class="column m-auto is-three-fifths has-text-centered-mobile">
|
||||
@ -32,18 +32,3 @@ export default {
|
||||
name: 'ContentWithHero'
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@use 'bulma/sass/utilities/mixins';
|
||||
|
||||
.column {
|
||||
&.has-image {
|
||||
@include mixins.mobile {
|
||||
margin: auto;
|
||||
}
|
||||
@include mixins.tablet {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user