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 2668f72 commit 5f42918Copy full SHA for 5f42918
_stylesheets/core.scss
@@ -6,7 +6,7 @@ h1{
6
h2{
7
font-size: 250%;
8
font-weight: 200;
9
- margin: 0;
+ margin: 20px 0 0 0;
10
color: lighten($mono-dark, 10%);
11
}
12
h2+p{
@@ -15,7 +15,7 @@ h2+p{
15
text-rendering: optimizeLegibility;
16
line-height: 150%;
17
color: lighten($mono-dark, 30%);
18
- margin: 20px auto 40px;
+ margin: 10px auto 20px;
19
20
h3{
21
font-size: 125%;
@@ -162,7 +162,7 @@ nav{
162
background: #fff;
163
position: block;
164
margin: 30px auto 0 auto;
165
- height: 2em;
+ height: 3em;
166
width: 360px;
167
position: relative;
168
0 commit comments