We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bc283 commit dae5a3aCopy full SHA for dae5a3a
1 file changed
assets/css/home.css
@@ -22,10 +22,12 @@ html[theme='dark'] body {
22
background-image: none;
23
}
24
25
-/* CLS fix: lock the breadcrumb masthead height so hydration doesn't shift content below */
+/* Match the homepage breadcrumb spacing more closely to category mastheads. */
26
#only-breadcrumb-masthead {
27
- height: 40px;
+ box-sizing: border-box;
28
+ height: 64px;
29
overflow: hidden;
30
+ padding-top: 24px;
31
32
33
/* CLS fix: lock the description+button area height to prevent shift when ads-cta-button hydrates */
0 commit comments