Skip to content

Commit

Permalink
Moved about link to left and added basic padding for mobile nav
Browse files Browse the repository at this point in the history
  • Loading branch information
kayaelle committed Apr 1, 2024
1 parent 3531512 commit 21ab435
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _data/pagelist.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# List of site pages used to populate the navbar. To add a dropdown
# under any page insert listings as subpages.
pages:
- page: Stakeholders #dropdown items pulled from stakeholders-list.yml
- page: About
url: /about
- page: Stakeholders #dropdown items pulled from stakeholders-list.yml
- page: LERs Explained
url: /lers-explained
subpages:
Expand Down
4 changes: 4 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,10 @@ a.dropdown-item:hover {
background-color: var(--white);
}

.navbar.top-nav-collapse li {
padding: 0.5rem;
}

.offcanvas-collapse {
position: static;
top: auto;
Expand Down

0 comments on commit 21ab435

Please sign in to comment.