From 96be3aee4214f864dfe48758d4b08d13ffa58c78 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Sat, 10 Apr 2021 22:19:13 +0200
Subject: website: Add big-letter heading on the front page.

Suggested by Ricardo.

* website/haunt.scm (base-layout): Factorize front-page checks.
(read-markdown-page): Add special heading on the front page.
* website/index.md: Adjust heading.
* website/static/css/main.css (.front-page-heading): New entity.
---
 website/static/css/main.css | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'website/static')

diff --git a/website/static/css/main.css b/website/static/css/main.css
index f8c84a2..89ff430 100644
--- a/website/static/css/main.css
+++ b/website/static/css/main.css
@@ -38,6 +38,11 @@
 @media all and (max-width:800px){html {font-size: 16px;}}
 @media all and (max-width:760px){html {font-size: 16px;}}
 
+.front-page-heading {
+    font-size: 175%;
+    line-height: 150%;
+}
+
 /*#ffbf2d*/
 
 body,html {
-- 
cgit v1.2.1