Skip to content

Commit

Permalink
Minor style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alshedivat committed May 29, 2017
1 parent 5e6460f commit 40f39ef
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions _sass/_posts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
letter-spacing: -1px;
line-height: 1;
margin-bottom: 10px;
margin-top: 0;
// @include media-query($on-laptop) {
// font-size: 36px;
// }
Expand Down
2 changes: 1 addition & 1 deletion _sass/_profile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

tr { text-align: left; }
td {
padding: 5px 0;
padding: 6px 0;
vertical-align: top;
border: none;
}
Expand Down
2 changes: 1 addition & 1 deletion _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $small-font-size: 0.875rem !default;
$bold-font-weight: bold !default;
$font-family: Helvetica, Arial, sans-serif !default;
$line-height: 1.5 !default;
$heading-font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif !default;
$heading-font-family: Helvetica, sans-serif !default;
$heading-font-weight: 900 !default;
$heading-line-height: 1.25 !default;
$monospace-font-family: 'Source Code Pro', Consolas, monospace !default;
Expand Down
Binary file modified assets/img/full-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 40f39ef

Please sign in to comment.