File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed
assets/stylesheets/partials Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 5151 align-items : center ;
5252 gap : 24px ;
5353 }
54+
55+ @media (max-width : 620px ) {
56+ flex-direction : column ;
57+
58+ .main-navigation {
59+ width : 100% ;
60+ justify-content : flex-start ;
61+ padding-top : 28px ;
62+ }
63+ }
5464 }
5565
5666 .divider {
Original file line number Diff line number Diff line change 1818 < a href ="/ " class ="platform-name "> <%= ENV . fetch ( 'PLATFORM_NAME' ) %> </ a >
1919 <% end %>
2020 </ h1 >
21- < nav class ="main-navigation " aria-label ="Main navigation ">
22- <%= nav_link_to ( "Home" , root_path ) %>
23- <% if Feature . enabled? ( :geodata ) %>
24- <%= nav_link_to ( "GIS at MIT" , "https://libraries.mit.edu/gis" ) %>
25- <%= nav_link_to ( "Ask GIS" , "https://libraries.mit.edu/ask-gis" ) %>
26- <% end %>
27- </ nav >
21+ <% if Feature . enabled? ( :geodata ) %>
22+ < nav class ="main-navigation " aria-label ="Main navigation ">
23+ <%= nav_link_to ( "GIS at MIT" , "https://libraries.mit.edu/gis" ) %>
24+ <%= nav_link_to ( "Ask GIS" , "https://libraries.mit.edu/ask-gis" ) %>
25+ </ nav >
26+ <% end %>
2827 </ header >
2928 <%= render partial : 'search/form' unless Feature . enabled? ( :geodata ) %>
3029 </ div >
You can’t perform that action at this time.
0 commit comments