Skip to content

Commit e83cbcd

Browse files
committed
make the hamburger menu responsive
change the flow of the contents in the menu creating a smoother UI
1 parent 7fa9f91 commit e83cbcd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Here is a look at our current initiatives? Select to learn more.
5050

5151
## Leadership Team
5252

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

5555
<article class="leadership-photo-container">
5656
<img class="leadership-photo" alt="photo of Jay" src="https://github.com/kjaymiller.png">

assets/css/bpd.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,21 @@ a.logo-text img {
283283

284284
.site-navigation-wrap {
285285
height: 100%;
286+
width: 100%;
286287
overflow: auto;
287288
-webkit-overflow-scrolling: touch;
288289
position: relative;
289290
}
290291

292+
.site-navigation-wrap ul {
293+
display: flex;
294+
flex-direction: column;
295+
}
296+
297+
.site-navigation-wrap ul li {
298+
width: 90%;
299+
}
300+
291301
.menu {
292302
opacity: 0;
293303
padding: 7rem 45px 2.5rem;

0 commit comments

Comments
 (0)