Add new fonts for the platform

This commit is contained in:
Yannick
2020-04-07 21:28:03 +02:00
parent ab81cf9d5c
commit ff44244308
3 changed files with 16 additions and 12 deletions

View File

@@ -1,5 +1,12 @@
<div class="hero">
<h1>Welcome</h1>
<%= link_to "Login", login_url %>
</div>
<section class="hero is-medium is-dark is-bold">
<div class="hero-body">
<div class="container">
<h1 class="title is-family-secondary has-text-weight-bold">
Welcome
</h1>
<p class="subtitle is-size-6 has-text-white">
Generate forms instantly
</p>
</div>
</div>
</section>

View File

@@ -45,7 +45,7 @@
</nav>
</div>
</div>
<main class="container">
<main>
<%= yield %>
</main>
</body>