Change tagline
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<a href="/"><img class="w-32 h-32" src="../img/icon.png"></a>
|
<a href="/"><img class="w-32 h-32" src="../img/icon.png"></a>
|
||||||
</div>
|
</div>
|
||||||
<h1 class="font-logo">Userbase</h1>
|
<h1 class="font-logo">Userbase</h1>
|
||||||
<h2>You won't believe it's a database!</h2>
|
<h2>A database for frontend developers</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
@@ -23,11 +23,11 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@apply text-center text-2xl leading-tight mt-1 tracking-tight;
|
@apply text-center text-3xl leading-tight mt-1 tracking-tight;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
@apply text-center font-black text-3xl tracking-tight;
|
@apply text-center font-black text-4xl tracking-tight;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<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!./partials/' + header + '.html') %>
|
||||||
<%= require('html-loader!./pages/' + page + '.html') %>
|
<%= require('html-loader!./pages/' + page + '.html') %>
|
||||||
<%= require('html-loader!./partials/' + footer + '.html') %>
|
<%= require('html-loader!./partials/' + footer + '.html') %>
|
||||||
|
|||||||
Reference in New Issue
Block a user