We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8941b0 commit 7ecc79cCopy full SHA for 7ecc79c
source/stylesheets/screen.css.scss
@@ -88,7 +88,7 @@ html, body {
88
padding: 6px 0 6px 20px;
89
box-sizing: border-box;
90
margin: $nav-v-padding $nav-padding;
91
- width: $nav-width - 30;
+ width: $nav-width - ($nav-padding*2);
92
outline: none;
93
color: $nav-text;
94
border-radius: 0; /* ios has a default border radius */
0 commit comments