File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Here is a look at our current initiatives? Select to learn more.
50
50
51
51
## Leadership Team
52
52
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 " >
54
54
55
55
<article class =" leadership-photo-container " >
56
56
<img class =" leadership-photo " alt =" photo of Jay " src =" https://github.com/kjaymiller.png " >
Original file line number Diff line number Diff line change @@ -283,11 +283,21 @@ a.logo-text img {
283
283
284
284
.site-navigation-wrap {
285
285
height : 100% ;
286
+ width : 100% ;
286
287
overflow : auto;
287
288
-webkit-overflow-scrolling : touch;
288
289
position : relative;
289
290
}
290
291
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
+
291
301
.menu {
292
302
opacity : 0 ;
293
303
padding : 7rem 45px 2.5rem ;
You can’t perform that action at this time.
0 commit comments