diff --git a/about.md b/about.md
index 74612e9..a586eea 100644
--- a/about.md
+++ b/about.md
@@ -50,7 +50,7 @@ Here is a look at our current initiatives? Select to learn more.
## Leadership Team
-
+
diff --git a/assets/css/bpd.css b/assets/css/bpd.css
index 0c1264d..fa1d32a 100644
--- a/assets/css/bpd.css
+++ b/assets/css/bpd.css
@@ -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;