From eda8adece5d43813138a3538b61d84344758aac7 Mon Sep 17 00:00:00 2001 From: Nathan Hare Date: Mon, 5 Oct 2015 12:44:26 -0400 Subject: [PATCH] Fix typo in comment --- assets/css/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/main.scss b/assets/css/main.scss index 7f4e86b..492fb36 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -80,7 +80,7 @@ code { .inline { display: inline; } -:target:before { // Adjust anchor link location to no cover titles with header +:target:before { // Adjust anchor link location to not cover titles with header content: ""; display: block; height: 60px;