Skip to content

Commit

Permalink
Remove swizzled breadcrumb and resolve minor static build styling dif…
Browse files Browse the repository at this point in the history
…ferences
  • Loading branch information
ianhanssoniohk committed Aug 9, 2024
1 parent 6308d25 commit 65e433e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 132 deletions.
2 changes: 1 addition & 1 deletion docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ svg.architecture {
}

.breadcrumbs__link {
margin-bottom: -12px !important;
margin-bottom: -8px !important;
}

.menu {
Expand Down
24 changes: 0 additions & 24 deletions docs/src/theme/DocBreadcrumbs/Items/Home/index.js

This file was deleted.

7 changes: 0 additions & 7 deletions docs/src/theme/DocBreadcrumbs/Items/Home/styles.module.css

This file was deleted.

95 changes: 0 additions & 95 deletions docs/src/theme/DocBreadcrumbs/index.js

This file was deleted.

4 changes: 0 additions & 4 deletions docs/src/theme/DocBreadcrumbs/styles.module.css

This file was deleted.

2 changes: 1 addition & 1 deletion docs/src/theme/Navbar/Layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function NavbarLayout({ children }) {
description: "The ARIA label for the main navigation",
})}
className={clsx(
"flex navbar tablet:py-[30px] px-0 shadow-none z-50",
"flex navbar tablet:py-[30px] !px-0 shadow-none z-50",
isLandingPage
? "border-none pt-3"
: "border-b border-[#EAEAEB] pt-3 pb-4 tablet:px-2",
Expand Down

0 comments on commit 65e433e

Please sign in to comment.