From 0f2d2724a289ff29348b218c551dbdecc888b57d Mon Sep 17 00:00:00 2001 From: Zimo Li <7163127+lzm0@users.noreply.github.com> Date: Mon, 16 May 2022 11:14:55 -0400 Subject: [PATCH] Fix misaligned page content --- _sass/layout/inner-main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/layout/inner-main.scss b/_sass/layout/inner-main.scss index 3e145637bc..72a996231f 100755 --- a/_sass/layout/inner-main.scss +++ b/_sass/layout/inner-main.scss @@ -5,7 +5,7 @@ #inner-main>section:nth-child(2) { // corresponds to area with the content below the title position: relative; - margin-top: -80px; // have it overlap with the title area + top: -80px; // have it overlap with the title area } #inner-main {