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>
|
||||
<section class="hero is-medium is-bold">
|
||||
<section class="container">
|
||||
<div class="hero is-medium is-bold">
|
||||
<div class="hero-body">
|
||||
<h1 class="title">
|
||||
Stardew Community Checklist
|
||||
@ -8,7 +9,8 @@
|
||||
Track Your Progress on the Community Center!
|
||||
</h2>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user