|
|
@ -101,10 +101,10 @@ $vert-phone-width: 500px; |
|
|
|
|
|
|
|
// general elements {{{ // |
|
|
|
|
|
|
|
// $background-color: #2d2d2d; |
|
|
|
// $color: #f2f0ec; |
|
|
|
$background-color: white; |
|
|
|
$color: black; |
|
|
|
$background-color: #2d2d2d; |
|
|
|
$color: #f2f0ec; |
|
|
|
// $background-color: white; |
|
|
|
// $color: black; |
|
|
|
|
|
|
|
body { |
|
|
|
margin: 0; |
|
|
@ -112,10 +112,10 @@ body { |
|
|
|
color: $color; |
|
|
|
line-height: 1.5; |
|
|
|
// font-size: 100%; |
|
|
|
// font-size: 15px; |
|
|
|
font-size: 25px; |
|
|
|
// font-family: 'Source Code Pro', monospace; |
|
|
|
font-family: 'Hack Nerd Font Mono', monospace; |
|
|
|
font-size: 15px; |
|
|
|
// font-size: 25px; |
|
|
|
// font-family: 'Hack Nerd Font Mono', monospace; |
|
|
|
font-family: 'Hack', monospace; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
min-height: 100vh; |
|
|
@ -661,7 +661,7 @@ header {// {{{ |
|
|
|
|
|
|
|
&.letter { |
|
|
|
margin-top: 2em; |
|
|
|
font-size: 21px; |
|
|
|
// font-size: 21px; |
|
|
|
|
|
|
|
img { |
|
|
|
height: 4.5em; |
|
|
@ -669,17 +669,17 @@ header {// {{{ |
|
|
|
|
|
|
|
h2 { |
|
|
|
color: $base-red; |
|
|
|
// font-size: 30px; |
|
|
|
// margin-top: 0em; |
|
|
|
// margin-top: 1.25em; |
|
|
|
font-size: 30px; |
|
|
|
// margin-top: .5em; |
|
|
|
margin-bottom: 1em; |
|
|
|
// margin-top: 1.25em; |
|
|
|
// margin-bottom: 1em; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
p { |
|
|
|
// margin-bottom: 1.5em; |
|
|
|
margin-bottom: 1em; |
|
|
|
margin-bottom: 1.5em; |
|
|
|
// margin-bottom: 1em; |
|
|
|
} |
|
|
|
|
|
|
|
ul { |
|
|
|