File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " rubycentral-theme" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 1.1.1 " ,
44 "description" : " A Ghost theme for Ruby Central" ,
55 "engines" : {
66 "ghost" : " >=4.0.0"
Original file line number Diff line number Diff line change 108108 grid-area : membership;
109109 }
110110
111- @media (min-width : 1440 px ) {
111+ @media (min-width : 1080 px ) {
112112 .navigation__mobile-menu-trigger {
113113 display : none;
114114 }
115115
116116 .navigation__inner {
117117 grid-template-columns : max-content 1fr max-content;
118- padding : 0 ;
118+ padding : 0 20 px 0 10 px ;
119119 }
120120
121121 .navigation__logo {
145145 display : none;
146146 }
147147 }
148+
149+ @media (min-width : 1440px ) {
150+ .navigation__inner {
151+ padding : 0 ;
152+ }
153+ }
148154}
You can’t perform that action at this time.
0 commit comments