Change tagline
This commit is contained in:
@@ -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>
|
||||
@@ -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 {
|
||||
|
||||
@@ -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') %>
|
||||
|
||||
Reference in New Issue
Block a user