Minor style fixes

This commit is contained in:
Maruan Al-Shedivat 2017-05-28 17:05:49 -07:00
parent 5e6460fdd7
commit 40f39ef3a7
4 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,7 @@
letter-spacing: -1px;
line-height: 1;
margin-bottom: 10px;
margin-top: 0;
// @include media-query($on-laptop) {
// font-size: 36px;
// }

View File

@ -30,7 +30,7 @@
tr { text-align: left; }
td {
padding: 5px 0;
padding: 6px 0;
vertical-align: top;
border: none;
}

View File

@ -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;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 595 KiB

After

Width:  |  Height:  |  Size: 595 KiB