From 55810a0e37443c571de49d1e7d1ec00dfb4c4fb2 Mon Sep 17 00:00:00 2001 From: Stephan Heunis Date: Thu, 1 Feb 2024 22:23:48 +0100 Subject: [PATCH] add link to hellotux merchandise in main menu --- pelicanconf.py | 1 + theme/static/css/style.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 494546b3..1be5a5cc 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -49,4 +49,5 @@ ('learn more', '/#resources'), ('get support', '/#get-support'), ('cite', '/#cite'), + ('merchandise', 'https://www.hellotux.com/datalad'), ) diff --git a/theme/static/css/style.css b/theme/static/css/style.css index 0af98d55..0bbf030e 100644 --- a/theme/static/css/style.css +++ b/theme/static/css/style.css @@ -272,7 +272,7 @@ nav.card ul { bottom: 0; left: 0; right: 0; - width: 7em; + width: 8em; display: inline-flexbox; flex-wrap: wrap; }