Skip to content

Commit

Permalink
fix(header): Spacing under header
Browse files Browse the repository at this point in the history
Ref.: #9
  • Loading branch information
deNataschaKlein committed Apr 12, 2024
1 parent 5e5eb5e commit 3b86e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.base-breadcrumb {
width: 100%;
margin: $spacing-md 0;
margin: $spacing-lg 0;

.breadcrumb {
height: 100%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@


.base-header__spacing{
height: $spacing-lg;
height: 8rem;
background-color: $color-light;
width: 100%;
}
Expand Down

0 comments on commit 3b86e79

Please sign in to comment.