Skip to content

Commit

Permalink
Breadcrumb css (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
melniiv committed Apr 8, 2024
1 parent f439b06 commit 4876c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-helsinki-headless-cms",
"version": "1.0.0-alpha269",
"version": "1.0.0-alpha270",
"description": "React components for displaying Headless CMS content according to guidelines set by HDS",
"main": "cjs/index.js",
"module": "index.js",
Expand Down
1 change: 1 addition & 0 deletions src/core/pageContent/pageContentLayout.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
margin: 0 auto;
padding: 0 var(--padding);
box-sizing: border-box;
margin-bottom: 0 !important;
}

.mainLayout {
Expand Down

0 comments on commit 4876c01

Please sign in to comment.