File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
_sass/minimal-mistakes-plus Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88{% endunless %}
99
1010{%- comment %} https://docs.google.com/presentation/d/1rmxwWa9P6_xHqonmh5ONXRS-jPc5XKbnv99Rjkhe04s/present {% endcomment -%}
11- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
11+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0, user-scalable=no ">
1212
1313< script >
1414 document . documentElement . className = document . documentElement . className . replace ( / \b n o - j s \b / g, '' ) + ' js ' ;
Original file line number Diff line number Diff line change 471471 }
472472}
473473
474- @include breakpoint ( max-width $large - 1 px ) {
475- .nav__list input :checked ~ .nav__items {
474+ .nav__list input :checked ~ .nav__items {
475+ @include breakpoint ( max-width $large - 1 px ) {
476476 -webkit-transition : 0.5s ease-in-out ;
477477 transition : 0.5s ease-in-out ;
478478 max-block-size : 9999px ; /* exaggerate max-height to accommodate tall lists*/
You can’t perform that action at this time.
0 commit comments