Skip to content

Commit

Permalink
fix: remove the gray bar (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui authored Aug 5, 2024
2 parents f9499a3 + c699a2f commit b8dad9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/minima/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Site header
*/
.site-header {
border-top: 5px solid $grey-color-dark;
//border-top: 5px solid $grey-color-dark;
border-bottom: 1px solid $grey-color-light;
min-height: $spacing-unit * 1.865;
padding-bottom: 15px;
Expand Down

0 comments on commit b8dad9e

Please sign in to comment.