Add new fonts for the platform
This commit is contained in:
@@ -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>
|
||||
@@ -45,7 +45,7 @@
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
<main class="container">
|
||||
<main>
|
||||
<%= yield %>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user