We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84522b9 commit 47429eaCopy full SHA for 47429ea
themes/delphi/assets/css/layout/_header_footer.scss
@@ -49,6 +49,7 @@ $mobile-margin: 15px;
49
.nav-entries {
50
flex-shrink: 1;
51
overflow: hidden;
52
+ column-gap: 0;
53
}
54
55
.nav-spacer {
themes/delphi/layouts/partials/nav.html
@@ -1,6 +1,6 @@
1
{{- $currentPage := . -}}
2
<nav class="nav-container">
3
- <div class="uk-container uk-navbar-container" data-uk-navbar="offset: -13">
+ <div class="uk-container uk-navbar-container" data-uk-navbar="offset: 0px">
4
<ul class="uk-navbar-nav">
5
<li>
6
<a class="nav-cmu-delphi-logo" href="{{ relref . "/" }}" title="Go to the main page"
0 commit comments