From 08e5cbe02160ad6cb7c696a023f53f21394170df Mon Sep 17 00:00:00 2001 From: Phoenix Eve Aspacio Date: Tue, 1 Aug 2017 13:50:32 +0800 Subject: [PATCH] Prevent floating navigation from blocking the text header in fragmented urls (#334) Prevent floating header from covering the header when a fragment identifier enabled URL is opened. --- assets/css/screen.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/screen.css b/assets/css/screen.css index 8b9eb8f..fe46be0 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -808,6 +808,8 @@ Super neat trick courtesy of @JoelDrapper .post-full-content h4, .post-full-content h5, .post-full-content h6 { + padding-top: 75px; + margin-top: -75px; color: color(var(--darkgrey) l(-5%)); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; }