mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
Revisited css and js, new fonts and format. Adjusted home page width to
fit article page.
This commit is contained in:
@@ -77,6 +77,9 @@ h5,
|
||||
h6,
|
||||
strong {
|
||||
font-weight: map-get($base, font-weight-bold);
|
||||
font-family: map-get($base, font-header-family);
|
||||
letter-spacing: -.05rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
$base: (
|
||||
font-family: (-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif),
|
||||
font-family: ("Lora", "Minion Pro", Palatino, Georgia, serif),
|
||||
font-header-family: ("Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif),
|
||||
font-family-code: (Menlo, Monaco, Consolas, Andale Mono, lucida console, Courier New, monospace),
|
||||
|
||||
font-size-root: 16px,
|
||||
@@ -49,11 +50,11 @@ $base: (
|
||||
font-weight: 400,
|
||||
font-weight-bold: 700,
|
||||
|
||||
line-height-xl: 2,
|
||||
line-height-lg: 1.8,
|
||||
line-height: 1.6,
|
||||
line-height-sm: 1.4,
|
||||
line-height-xs: 1.2,
|
||||
line-height-xl: 1.8,
|
||||
line-height-lg: 1.6,
|
||||
line-height: 1.4,
|
||||
line-height-sm: 1.2,
|
||||
line-height-xs: 1,
|
||||
|
||||
spacer: 1rem,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user