Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/janraasch/hugo-product-launch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Raasch <jan@janraasch.com>2020-09-07 18:01:42 +0300
committerJan Raasch <jan@janraasch.com>2020-09-07 18:01:42 +0300
commit7792bba0136978fc0289903f826f4d764df0da44 (patch)
treee2d6a91b136ec3fb6e8b0d20c03ca2f03dacdb9f /layouts
parent5eaff7e6bd7ff33acf6839c12249beb4c51605c0 (diff)
docs: add documentation to main.css
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html2
-rw-r--r--layouts/partials/header/brand.html3
2 files changed, 3 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index fd4b3e1..0dcc381 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,5 +1,5 @@
<header id="header">
- <div class="bg-gray-100 pt-24 lg:pt-0">
+ <div id="header-inner-wrapper" class="bg-gray-100 pt-24 lg:pt-0">
<div
class="w-full max-w-screen-xl relative mx-auto px-6 pt-16 pb-40 md:pb-24"
>
diff --git a/layouts/partials/header/brand.html b/layouts/partials/header/brand.html
index 7651d17..4967f3a 100644
--- a/layouts/partials/header/brand.html
+++ b/layouts/partials/header/brand.html
@@ -1,5 +1,6 @@
<h1
- class="brand text-3xl tracking-tight sm:text-4xl md:text-5xl font-medium leading-tight"
+ id="brand-headline"
+ class="text-3xl tracking-tight sm:text-4xl md:text-5xl font-medium leading-tight"
>
{{ . }}
</h1>