mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-12 23:58:11 -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,
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.main {
|
||||
width: 100%;
|
||||
max-width: map-get($layout, content-max-width);
|
||||
max-width: map-get($layout, content-max-width) + map-get($layout, aside-width);
|
||||
padding: 0 map-get($spacers, 5);
|
||||
margin: 0 auto;
|
||||
@include media-breakpoint-down(lg) {
|
||||
|
||||
Reference in New Issue
Block a user