Skip to content

Commit 40f39ef

Browse files
committed
Minor style fixes
1 parent 5e6460f commit 40f39ef

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

_sass/_posts.scss

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
letter-spacing: -1px;
1818
line-height: 1;
1919
margin-bottom: 10px;
20+
margin-top: 0;
2021
// @include media-query($on-laptop) {
2122
// font-size: 36px;
2223
// }

_sass/_profile.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
tr { text-align: left; }
3232
td {
33-
padding: 5px 0;
33+
padding: 6px 0;
3434
vertical-align: top;
3535
border: none;
3636
}

_sass/_variables.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $small-font-size: 0.875rem !default;
77
$bold-font-weight: bold !default;
88
$font-family: Helvetica, Arial, sans-serif !default;
99
$line-height: 1.5 !default;
10-
$heading-font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif !default;
10+
$heading-font-family: Helvetica, sans-serif !default;
1111
$heading-font-weight: 900 !default;
1212
$heading-line-height: 1.25 !default;
1313
$monospace-font-family: 'Source Code Pro', Consolas, monospace !default;

assets/img/full-screenshot.png

-276 Bytes
Loading

0 commit comments

Comments
 (0)