mirror of
https://github.com/kihashi/stardew_community_checklist.git
synced 2025-10-19 08:03:17 +00:00
Add container to welcome screen (#103)
This commit is contained in:
parent
7a1a055339
commit
4e98c814c3
@ -1,5 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="hero is-medium is-bold">
|
<section class="container">
|
||||||
|
<div class="hero is-medium is-bold">
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
Stardew Community Checklist
|
Stardew Community Checklist
|
||||||
@ -8,7 +9,8 @@
|
|||||||
Track Your Progress on the Community Center!
|
Track Your Progress on the Community Center!
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</div>
|
||||||
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user