Minor style fixes
This commit is contained in:
parent
5e6460fdd7
commit
40f39ef3a7
|
|
@ -17,6 +17,7 @@
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
margin-top: 0;
|
||||||
// @include media-query($on-laptop) {
|
// @include media-query($on-laptop) {
|
||||||
// font-size: 36px;
|
// font-size: 36px;
|
||||||
// }
|
// }
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
tr { text-align: left; }
|
tr { text-align: left; }
|
||||||
td {
|
td {
|
||||||
padding: 5px 0;
|
padding: 6px 0;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ $small-font-size: 0.875rem !default;
|
||||||
$bold-font-weight: bold !default;
|
$bold-font-weight: bold !default;
|
||||||
$font-family: Helvetica, Arial, sans-serif !default;
|
$font-family: Helvetica, Arial, sans-serif !default;
|
||||||
$line-height: 1.5 !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-font-weight: 900 !default;
|
||||||
$heading-line-height: 1.25 !default;
|
$heading-line-height: 1.25 !default;
|
||||||
$monospace-font-family: 'Source Code Pro', Consolas, monospace !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 |
Loading…
Reference in New Issue