diff --git a/src/partials/header.html b/src/partials/header.html index a7635d1..b6f5d37 100644 --- a/src/partials/header.html +++ b/src/partials/header.html @@ -3,7 +3,7 @@

Userbase

-

You won't believe it's a database!

+

A database for frontend developers


\ No newline at end of file diff --git a/src/style.css b/src/style.css index 94d75b9..4caaf08 100644 --- a/src/style.css +++ b/src/style.css @@ -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 { diff --git a/src/template.html b/src/template.html index c8ed1f5..31cec2b 100644 --- a/src/template.html +++ b/src/template.html @@ -8,7 +8,7 @@ -
+
<%= require('html-loader!./partials/' + header + '.html') %> <%= require('html-loader!./pages/' + page + '.html') %> <%= require('html-loader!./partials/' + footer + '.html') %>