From 01b4d13f4b8e0be61ffb8fbf14b696896306c1cc Mon Sep 17 00:00:00 2001 From: Nathan Hare Date: Mon, 5 Oct 2015 12:43:24 -0400 Subject: [PATCH] Change comment to provide more information --- assets/css/main.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/main.scss b/assets/css/main.scss index 0757bc4..7f4e86b 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -80,9 +80,9 @@ code { .inline { display: inline; } -:target:before { +:target:before { // Adjust anchor link location to no cover titles with header content: ""; display: block; - height: 60px; /* fixed header height*/ - margin: -60px 0 0; /* negative fixed header height */ + height: 60px; + margin: -60px 0 0; }