From 380f510a5acd7217ed4ef3d308fda055848ff958 Mon Sep 17 00:00:00 2001 From: Abhijit Kshirsagar Date: Thu, 27 Feb 2025 22:23:09 +0530 Subject: [PATCH] Remove unneccesary top border --- _sass/page.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_sass/page.scss b/_sass/page.scss index 3e8e146..55572e0 100644 --- a/_sass/page.scss +++ b/_sass/page.scss @@ -234,9 +234,9 @@ $button-size: 1.5rem; @include clearfix; clear: both; padding-top: 2em; - border-top-width: 2em; - border-top-style: solid; - border-top-color: $lowlightcolor; + //border-top-width: 2em; + //border-top-style: solid; + //border-top-color: $lowlightcolor; h1 { margin-top: 0; }