From 7ab107b689e9d0ff39f7904a3eb84d4ee100da80 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Tue, 23 Nov 2021 20:07:57 -0600 Subject: [PATCH] Hide headings The main nav entry above is enough context. --- app/assets/stylesheets/layout.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 27b7a62..e2de21c 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -102,6 +102,10 @@ main { section { margin-bottom: 3rem; + + h2 { + display: none; + } } table {