From 18663d45c21d71e194ebccc40f5d86973811bf4c Mon Sep 17 00:00:00 2001 From: Meghan Date: Sat, 2 Oct 2021 14:23:14 -0700 Subject: [PATCH] fix the bounding box of `.anchor`s so that they actually align with the text --- css/main.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/css/main.scss b/css/main.scss index 0970c19..7dbb7e2 100644 --- a/css/main.scss +++ b/css/main.scss @@ -91,8 +91,6 @@ table.table-responsive.table-bordered { .anchor { display: block; - padding-top: 100px; - margin-top: -100px; } pre[class=highlight] { @@ -494,4 +492,4 @@ a:hover { z-index: -1; top: -60px; left: 0; -} \ No newline at end of file +}