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 b2c14a2 commit d5d8e94Copy full SHA for d5d8e94
src/sass/_header.scss
@@ -139,14 +139,13 @@ nav {
139
button {
140
flex: 1 1;
141
display: inline-block;
142
- font-size: 1.4em;
143
text-align: center;
144
- padding: $padding-space 0;
+ padding: .1em 0;
145
text-shadow: 1px 1px 1px #666;
146
border-right: 1px solid $border-color;
147
color: white;
148
149
- @include icon(1.4em, white);
+ @include icon(2.5em, white);
150
151
&:first-child {
152
border-left: 1px solid $border-color;
src/sass/main.scss
@@ -17,7 +17,9 @@ html {
17
18
body {
19
color: $color;
20
- margin-top: $margin-space;
+ @media (min-width: $width) {
21
+ margin-top: $margin-space;
22
+ }
23
}
24
25
body * {
0 commit comments