mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-18 00:00:48 -05:00
codepen shortcode
This commit is contained in:
@@ -70,7 +70,7 @@ body {
|
||||
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-weight: 300;
|
||||
font-size: 24px;
|
||||
line-height: 1.5em;
|
||||
line-height: 1.5;
|
||||
|
||||
a {
|
||||
color: $color-links;
|
||||
@@ -101,14 +101,14 @@ body {
|
||||
margin: 0 0 20px 0;
|
||||
font-size: 1.5em;
|
||||
font-weight: 500;
|
||||
line-height: 1em;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin: 20px 0;
|
||||
font-size: 1.2em;
|
||||
font-weight: 400;
|
||||
line-height: 1.4em;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
p {
|
||||
@@ -301,14 +301,8 @@ body {
|
||||
&#single article div {
|
||||
&#content {
|
||||
font-size: 16px;
|
||||
line-height: 1.7;
|
||||
line-height: 1.8;
|
||||
object-fit: contain;
|
||||
|
||||
p {
|
||||
font-size: 16px;
|
||||
line-height: 1.7;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
|
||||
&#info {
|
||||
@@ -318,7 +312,7 @@ body {
|
||||
margin-top: 0;
|
||||
margin-bottom: 20px;
|
||||
font-size: 32px;
|
||||
line-height: 1.4em;
|
||||
line-height: 1.4;
|
||||
|
||||
a {
|
||||
color: $color-text;
|
||||
@@ -332,7 +326,7 @@ body {
|
||||
margin-top: 18px;
|
||||
margin-bottom: 10px;
|
||||
font-weight: 500;
|
||||
line-height: 1.5em;
|
||||
line-height: 1.5;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -340,7 +334,7 @@ body {
|
||||
margin: -5px 0 0 0;
|
||||
color: $color-light;
|
||||
font-size: 13px;
|
||||
line-height: 1.5em;
|
||||
line-height: 1.5;
|
||||
letter-spacing: 1px;
|
||||
|
||||
a {
|
||||
@@ -350,7 +344,7 @@ body {
|
||||
|
||||
div.tags {
|
||||
text-transform: uppercase;
|
||||
line-height: 1.5em;
|
||||
line-height: 1.5;
|
||||
letter-spacing: 2px;
|
||||
margin-top: 5px;
|
||||
|
||||
@@ -536,7 +530,7 @@ body {
|
||||
|
||||
p {
|
||||
font-size: 1.1em;
|
||||
line-height: 1.5em;
|
||||
line-height: 1.5;
|
||||
margin: 12px 0;
|
||||
}
|
||||
|
||||
@@ -605,13 +599,13 @@ body {
|
||||
&#copyright {
|
||||
width: 50%;
|
||||
font-size: 14px;
|
||||
line-height: 1.8em;
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
&#poweredby {
|
||||
width: 50%;
|
||||
font-size: 14px;
|
||||
line-height: 1.8em;
|
||||
line-height: 1.8;
|
||||
|
||||
a#hugo::after {
|
||||
content: "\A";
|
||||
|
||||
Reference in New Issue
Block a user