Skip to content

Commit e028d11

Browse files
committed
style fixes
1 parent 12adc09 commit e028d11

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

dist/bundle.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bundle.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

style/content.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* {
2+
box-sizing: border-box;
3+
}
4+
15
html {
26
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
37
font-size: 16px;

style/docs.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@
5050
float: right;
5151
}
5252

53-
@include mobile {
54-
margin-top: 50px;
55-
padding-left: 25px;
56-
}
57-
5853
@media (max-width: 1140px) {
5954
margin-top: 75px;
6055
padding-left: 240px;
6156
padding-right: 50px;
6257
}
6358

59+
@include mobile {
60+
margin-top: 50px;
61+
padding-left: 25px;
62+
}
63+
6464
@include wide {
6565

6666
}

style/intro.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
.info {
2020
display: flex;
2121
flex-direction: column;
22+
margin-right: 30px;
2223
}
2324

2425
.about {
@@ -161,7 +162,7 @@
161162
}
162163

163164
pre > code {
164-
max-width: 520px;
165+
max-width: 580px;
165166
padding: 22px 30px 30px;
166167
}
167168
}

0 commit comments

Comments
 (0)