Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
spelkey-ucd committed Oct 2, 2024
1 parent f22b2ba commit fed5140
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion elements/brand/ucd-theme-header/ucd-theme-header.tpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ export function styles() {
.branding-bar-mobile-links {
display: block;
}
.fixed-mobile .off-canvas__container {
padding-bottom: 9rem;
}
}
@media (min-width: 992px) {
.fixed-desktop .l-navbar {
position: fixed;
Expand Down
2 changes: 1 addition & 1 deletion elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ucd-lib/theme-elements",
"version": "3.0.4",
"version": "3.0.5",
"description": "Custom elements for the UCD brand theme",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fed5140

Please sign in to comment.