Skip to content

Commit dae5a3a

Browse files
committed
add extra padding to stop breadcrumbs from being hidden
1 parent 42bc283 commit dae5a3a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

assets/css/home.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ html[theme='dark'] body {
2222
background-image: none;
2323
}
2424

25-
/* CLS fix: lock the breadcrumb masthead height so hydration doesn't shift content below */
25+
/* Match the homepage breadcrumb spacing more closely to category mastheads. */
2626
#only-breadcrumb-masthead {
27-
height: 40px;
27+
box-sizing: border-box;
28+
height: 64px;
2829
overflow: hidden;
30+
padding-top: 24px;
2931
}
3032

3133
/* CLS fix: lock the description+button area height to prevent shift when ads-cta-button hydrates */

0 commit comments

Comments
 (0)