Skip to content

Commit d5d8e94

Browse files
committed
Improve style
1 parent b2c14a2 commit d5d8e94

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/sass/_header.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,13 @@ nav {
139139
button {
140140
flex: 1 1;
141141
display: inline-block;
142-
font-size: 1.4em;
143142
text-align: center;
144-
padding: $padding-space 0;
143+
padding: .1em 0;
145144
text-shadow: 1px 1px 1px #666;
146145
border-right: 1px solid $border-color;
147146
color: white;
148147

149-
@include icon(1.4em, white);
148+
@include icon(2.5em, white);
150149

151150
&:first-child {
152151
border-left: 1px solid $border-color;

src/sass/main.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ html {
1717

1818
body {
1919
color: $color;
20-
margin-top: $margin-space;
20+
@media (min-width: $width) {
21+
margin-top: $margin-space;
22+
}
2123
}
2224

2325
body * {

0 commit comments

Comments
 (0)