Skip to content

Commit 5f42918

Browse files
author
jordanmccullough
committed
Tweak spacing for line heights
1 parent 2668f72 commit 5f42918

File tree

4 files changed

+157
-170
lines changed

4 files changed

+157
-170
lines changed

_stylesheets/core.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ h1{
66
h2{
77
font-size: 250%;
88
font-weight: 200;
9-
margin: 0;
9+
margin: 20px 0 0 0;
1010
color: lighten($mono-dark, 10%);
1111
}
1212
h2+p{
@@ -15,7 +15,7 @@ h2+p{
1515
text-rendering: optimizeLegibility;
1616
line-height: 150%;
1717
color: lighten($mono-dark, 30%);
18-
margin: 20px auto 40px;
18+
margin: 10px auto 20px;
1919
}
2020
h3{
2121
font-size: 125%;
@@ -162,7 +162,7 @@ nav{
162162
background: #fff;
163163
position: block;
164164
margin: 30px auto 0 auto;
165-
height: 2em;
165+
height: 3em;
166166
width: 360px;
167167
position: relative;
168168

0 commit comments

Comments
 (0)