Skip to content

Commit a84078f

Browse files
authored
Merge pull request #715 from cmu-delphi/krivard/fix-spacing
Fix nav spacing issues
2 parents 84522b9 + 47429ea commit a84078f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

themes/delphi/assets/css/layout/_header_footer.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ $mobile-margin: 15px;
4949
.nav-entries {
5050
flex-shrink: 1;
5151
overflow: hidden;
52+
column-gap: 0;
5253
}
5354

5455
.nav-spacer {

themes/delphi/layouts/partials/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- $currentPage := . -}}
22
<nav class="nav-container">
3-
<div class="uk-container uk-navbar-container" data-uk-navbar="offset: -13">
3+
<div class="uk-container uk-navbar-container" data-uk-navbar="offset: 0px">
44
<ul class="uk-navbar-nav">
55
<li>
66
<a class="nav-cmu-delphi-logo" href="{{ relref . "/" }}" title="Go to the main page"

0 commit comments

Comments
 (0)