Change tagline

This commit is contained in:
Daniel Vassallo
2019-10-14 12:52:29 -07:00
parent 5e774561e0
commit f91721ab2c
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
<a href="/"><img class="w-32 h-32" src="../img/icon.png"></a>
</div>
<h1 class="font-logo">Userbase</h1>
<h2>You won't believe it's a database!</h2>
<h2>A database for frontend developers</h2>
</div>
<hr>

View File

@@ -23,11 +23,11 @@ h1 {
}
h2 {
@apply text-center text-2xl leading-tight mt-1 tracking-tight;
@apply text-center text-3xl leading-tight mt-1 tracking-tight;
}
h3 {
@apply text-center font-black text-3xl tracking-tight;
@apply text-center font-black text-4xl tracking-tight;
}
h4 {

View File

@@ -8,7 +8,7 @@
</head>
<body>
<div class="container mx-auto max-w-2xl px-4 text-blackish" style="font-size: 16px">
<div class="container mx-auto max-w-2xl px-4 text-blackish text-lg">
<%= require('html-loader!./partials/' + header + '.html') %>
<%= require('html-loader!./pages/' + page + '.html') %>
<%= require('html-loader!./partials/' + footer + '.html') %>