1
0
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:
Sean Corrales 2018-10-30 16:43:10 -07:00 committed by John Cleaver
parent 7a1a055339
commit 4e98c814c3

View File

@ -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,6 +9,7 @@
Track Your Progress on the Community Center!
</h2>
</div>
</div>
</section>
</template>