File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 "common.nav.0.href" : " /" ,
2323 "common.nav.1.label" : " About Us" ,
2424 "common.nav.1.href" : " /about-us" ,
25+ "common.nav.8.label" : " Blog" ,
26+ "common.nav.8.href" : " https://wiki.seattlecommunitynetwork.org/" ,
2527 "common.nav.2.label" : " Docs" ,
2628 "common.nav.2.href" : " https://docs.seattlecommunitynetwork.org/" ,
2729 "common.nav.3.label" : " Get Connected" ,
Original file line number Diff line number Diff line change 1919 href: m [' common.nav.1.href' ](),
2020 label: m [' common.nav.1.label' ]()
2121 },
22+ {
23+ href: m [' common.nav.8.href' ](),
24+ label: m [' common.nav.8.label' ]()
25+ },
2226 {
2327 href: m [' common.nav.2.href' ](),
2428 label: m [' common.nav.2.label' ]()
169173
170174 .nav-link {
171175 display : inline-block ;
176+ align-items : center ;
172177
173178 color : var (--color-nav-text );
174179 text-decoration : none ;
184189 }
185190
186191 span {
187- display : block ;
192+ display : flex ;
193+ align-items : center ;
194+ justify-content : center ;
195+ height : 100% ;
188196 padding : 0.5em 1em ;
189197 margin : 0 1em ;
190198
You can’t perform that action at this time.
0 commit comments