Skip to content

Commit

Permalink
Merge pull request #683 from FitzwilliamMuseum/fix/breadcrumbs
Browse files Browse the repository at this point in the history
fix: breadcrumbs margin
  • Loading branch information
ostafinskim authored May 17, 2024
2 parents ae191d4 + d0583c1 commit 9ff6450
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/js/app.js": "/js/app.js?id=186fc5ec23f2fa6f870cee9d2ef7b85f",
"/css/app.css": "/css/app.css?id=3585bd1949ad049cd980231c5ffb3fe8",
"/css/app.css": "/css/app.css?id=0016f68f791a7fcc24eed4d216c98602",
"/css/fitzwilliam.css": "/css/fitzwilliam.css?id=1f635823422a215addb50a50ca5a2242"
}
7 changes: 5 additions & 2 deletions resources/sass/exhibition/_hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
background-color: black;
}

.exhibiton .navbar +.exhibition-hero+.breadcrumbs-su,
.navbar:has(#global-announcement)+.exhibition-hero+.breadcrumbs-su {
.exhibition-hero + .breadcrumbs-su {
margin: 0;
}

.navbar:has(#global-announcement) + .exhibition-hero + .breadcrumbs-su {
margin: 0;
}

0 comments on commit 9ff6450

Please sign in to comment.