summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-04-10 22:19:13 +0200
committerLudovic Courtès <ludo@gnu.org>2021-04-10 22:19:13 +0200
commitff8f5462500ebdb003822763b47dbe0072514c52 (patch)
treef92beb5b1ebc9ee625a51f3c082b9dd0ed0274c0 /static
parentwebsite: free-software: Add note on "open source". (diff)
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.
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index f8c84a2..89ff430 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -38,6 +38,11 @@
38@media all and (max-width:800px){html {font-size: 16px;}} 38@media all and (max-width:800px){html {font-size: 16px;}}
39@media all and (max-width:760px){html {font-size: 16px;}} 39@media all and (max-width:760px){html {font-size: 16px;}}
40 40
41.front-page-heading {
42 font-size: 175%;
43 line-height: 150%;
44}
45
41/*#ffbf2d*/ 46/*#ffbf2d*/
42 47
43body,html { 48body,html {