Skip to content

change the orientation of the hamburger menu #408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Here is a look at our current initiatives? Select to learn more.

## Leadership Team

<div class="grid" style="display:flex; flex-wrap: wrap;" markdown="1">
<div class="grid" style="display:flex; flex-wrap: wrap; justify-content:center;" markdown="1">

<article class="leadership-photo-container">
<img class="leadership-photo" alt="photo of Jay" src="https://github.com/kjaymiller.png">
Expand Down
10 changes: 10 additions & 0 deletions assets/css/bpd.css
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,21 @@ a.logo-text img {

.site-navigation-wrap {
height: 100%;
width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
position: relative;
}

.site-navigation-wrap ul {
display: flex;
flex-direction: column;
}

.site-navigation-wrap ul li {
width: 90%;
}

.menu {
opacity: 0;
padding: 7rem 45px 2.5rem;
Expand Down
Loading