File tree Expand file tree Collapse file tree
apps/pdc-frontend/src/styles Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,10 +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 {
147148 background-color : var (--utrecht-document-background-color );
149+ --utrecht-page-content-padding-block-start : 0 ;
148150 display : flex;
149151 flex-direction : column;
150152 min-block-size : 100vh ;
@@ -189,6 +191,10 @@ p:has(a[class="utrecht-skip-link utrecht-skip-link--visible-on-focus"]) {
189191 padding-inline-end : var (--utrecht-navigation-toggle-button-padding-end );
190192}
191193
194+ .utrecht-breadcrumb-nav {
195+ margin-block-end : var (--utrecht-rich-text-stranger-margin-block-end );
196+ }
197+
192198@media screen and (width > 360px) {
193199 .utrecht-page-header {
194200 --utrecht-page-header-padding-block-start : 32px ;
You can’t perform that action at this time.
0 commit comments