Skip to content

Commit

Permalink
fix small screen vertical scroll and update breadcrumbs padding
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiato committed Dec 20, 2024
1 parent ebdad0b commit 4a66558
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 5 additions & 1 deletion src/css/components/_breadcrumbs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
/* Reset Foundation */
margin-bottom: 0;
text-transform: uppercase;
padding-top: $spacer-xs;
padding-bottom: $spacer-xs;
gap: $spacer-xxs 0;
display: flex;
flex-wrap: wrap;

.bread__item,
a,
Expand All @@ -10,7 +15,6 @@
font-size: $font-xs;
font-weight: 400;
letter-spacing: 1.5px;
line-height: 2;
margin: 0;
padding: 0;
}
Expand Down
5 changes: 2 additions & 3 deletions src/css/components/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@
display: flex;
align-items: center;
justify-content: space-between;
padding-top: $spacer-xxs;
padding-bottom: $spacer-xxs;
height: $product-title-height;
min-height: $product-title-height;
background: var(--navigation-bg);
margin-bottom: 0;
}
Expand All @@ -56,6 +54,7 @@
.body-container {
max-width: $max-content-width;
flex-grow: 1;
width: 0;
}
}

Expand Down

0 comments on commit 4a66558

Please sign in to comment.