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 {