Make buttons half-wide on home screen (desktop mode)
having a button take up full screen width is a bit much
This commit is contained in:
parent
5d079e1208
commit
b983a34bc9
1 changed files with 32 additions and 26 deletions
|
@ -123,6 +123,9 @@ export default {
|
|||
</o-button>
|
||||
</o-field>
|
||||
|
||||
<div class="columns">
|
||||
<div class="column is-half">
|
||||
|
||||
<div v-for="location in locationStore.locations"
|
||||
:key="location.coordinates"
|
||||
class="location">
|
||||
|
@ -153,6 +156,9 @@ export default {
|
|||
</o-button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue