mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-23 00:03:07 +00:00
flex "space-around" for button groups
This commit is contained in:
parent
943c9b6c32
commit
cfeb87401e
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
<Calendar :doors="doors" />
|
||||
</div>
|
||||
|
||||
<div class="panel-block is-flex is-justify-content-space-between">
|
||||
<div class="panel-block is-flex is-justify-content-space-around">
|
||||
<BulmaButton
|
||||
class="is-danger"
|
||||
@click="on_download"
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
</section>
|
||||
</form>
|
||||
|
||||
<footer class="modal-card-foot">
|
||||
<footer class="modal-card-foot is-flex is-justify-content-space-around">
|
||||
<BulmaButton
|
||||
class="button is-success"
|
||||
@click.left="submit"
|
||||
|
|
Loading…
Reference in a new issue