Skip to content

Commit

Permalink
fix: Fixed visual inconsistencies for the phone navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-Klatzer committed Jun 27, 2024
1 parent ec48449 commit 9a5e222
Show file tree
Hide file tree
Showing 7 changed files with 321 additions and 314 deletions.
2 changes: 1 addition & 1 deletion src/changelog.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div id="main-frame">
<div id="actual-content">
<!-- The top element: menu and search bar -->
<%- include('./partials/header-nav-bar', { header: true, title: title, description: description }) %>
<%- include('./partials/header-nav-bar', { isHomepage: false, header: true, title: title, description: description }) %>

<!-- Main Content, where the text is located and the items unique to this site are defined -->
<div class="text-page-content-container">
Expand Down
Loading

0 comments on commit 9a5e222

Please sign in to comment.