Font and spacing updates
This commit is contained in:
parent
c7580ff296
commit
df6ea0eaf3
|
@ -248,7 +248,7 @@ $button-size: 1.5rem;
|
|||
@include grid(12,10);
|
||||
@include prefix(12,1);
|
||||
@include suffix(12,1);
|
||||
margin-bottom: 2em;
|
||||
margin-bottom: 1em;
|
||||
@media #{$small} {
|
||||
@include grid(12,6);
|
||||
@include prefix(12,0);
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
Typography
|
||||
========================================================================== */
|
||||
|
||||
$doc-font-size: 16;
|
||||
$doc-line-height: 30;
|
||||
$doc-font-size: 18;
|
||||
$doc-line-height: 20;
|
||||
$paragraph-indent: 0;
|
||||
$base-font: 'PT Serif', serif;
|
||||
$base-font: 'Caladea', serif;
|
||||
$heading-font: 'PT Sans Narrow', sans-serif;
|
||||
$code-font: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
|
||||
$alt-font: $base-font;
|
||||
|
|
Loading…
Reference in New Issue