We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd6be3 commit 764b51dCopy full SHA for 764b51d
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rubycentral-theme",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "A Ghost theme for Ruby Central",
5
"engines": {
6
"ghost": ">=4.0.0"
src/css/layout/navigation-top.css
@@ -108,14 +108,14 @@
108
grid-area: membership;
109
}
110
111
- @media (min-width: 1440px) {
+ @media (min-width: 1080px) {
112
.navigation__mobile-menu-trigger {
113
display: none;
114
115
116
.navigation__inner {
117
grid-template-columns: max-content 1fr max-content;
118
- padding: 0;
+ padding: 0 20px 0 10px;
119
120
121
.navigation__logo {
@@ -145,4 +145,10 @@
145
146
147
148
+
149
+ @media (min-width: 1440px) {
150
+ .navigation__inner {
151
+ padding: 0;
152
+ }
153
154
0 commit comments