Skip to content

Commit

Permalink
Merge pull request #1248 from UN-OCHA/berliner/HPC-9957
Browse files Browse the repository at this point in the history
berliner/HPC 9957
  • Loading branch information
berliner authored Dec 5, 2024
2 parents 116bf52 + 909273e commit 8e72f43
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions html/themes/custom/common_design_subtheme/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
**/.sass-cache/
**/*.css.map
**/build
npm-debug.log

# mac stuff
**/.DS_Store
2 changes: 1 addition & 1 deletion html/themes/custom/common_design_subtheme/css/styles.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
url("../../../custom/common_design_subtheme/img/logos/logo-humanitarian-action.svg")
center no-repeat;
background-position: 0 center;

img {
display: none;
}
}

@include min-width(md) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
padding-right: var(--cd-container-padding);
padding-left: var(--cd-container-padding);

& > .block-section-navigation {
& > .block-section-navigation,
& > .block-document-navigation {
position: unset;
}

Expand All @@ -37,7 +38,8 @@
}
}

.block-wrapper--sectionnavigation {
.block-wrapper--sectionnavigation,
.block-wrapper--documentnavigation {
position: relative;
}
}
Expand Down

0 comments on commit 8e72f43

Please sign in to comment.