Skip to content

Commit f0e80a0

Browse files
committed
style: changed position of the breadcrumb navigation
1 parent 8305e5e commit f0e80a0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

apps/pdc-frontend/src/styles/globals.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,12 @@ a {
141141
.utrecht-custom-header {
142142
--utrecht-page-padding-inline-start: 0;
143143
--utrecht-page-padding-inline-end: 0;
144+
--utrecht-page-header-padding-block-end: 0;
144145
}
145146

146147
.utrecht-custom-page {
148+
--utrecht-page-content-padding-block-start: 0;
149+
147150
background-color: var(--utrecht-document-background-color);
148151
display: flex;
149152
flex-direction: column;
@@ -189,6 +192,10 @@ p:has(a[class="utrecht-skip-link utrecht-skip-link--visible-on-focus"]) {
189192
padding-inline-end: var(--utrecht-navigation-toggle-button-padding-end);
190193
}
191194

195+
.utrecht-breadcrumb-nav {
196+
margin-block-end: var(--utrecht-rich-text-stranger-margin-block-end);
197+
}
198+
192199
@media screen and (width > 360px) {
193200
.utrecht-page-header {
194201
--utrecht-page-header-padding-block-start: 32px;

0 commit comments

Comments
 (0)