Remove unneccesary top border

This commit is contained in:
Abhijit Kshirsagar 2025-02-27 22:23:09 +05:30
parent 460ee23c49
commit 380f510a5a
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}