|
@@ -25,13 +25,13 @@ body {
|
|
|
letter-spacing: .04rem;
|
|
|
|
|
|
>main {
|
|
|
- margin-bottom: 5rem;
|
|
|
+ margin-bottom: 4rem;
|
|
|
}
|
|
|
|
|
|
>section,
|
|
|
>nav,
|
|
|
>footer {
|
|
|
- margin-block: 5rem;
|
|
|
+ margin-block: 4rem;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -75,8 +75,8 @@ textarea {
|
|
|
}
|
|
|
|
|
|
h1 {
|
|
|
- margin-top: .5rem;
|
|
|
- margin-bottom: 2rem;
|
|
|
+ margin-top: 4rem;
|
|
|
+ margin-bottom: 2.5rem;
|
|
|
line-height: 1.25;
|
|
|
font-size: 1.75em;
|
|
|
}
|
|
@@ -165,8 +165,12 @@ a {
|
|
|
}
|
|
|
|
|
|
&.home {
|
|
|
+ position: absolute;
|
|
|
+ line-height: 1;
|
|
|
+ font-size: 75%;
|
|
|
+ font-style: italic;
|
|
|
text-decoration: none;
|
|
|
- color: var(--c-txt);
|
|
|
+ color: var(--c-txt-alt);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -351,7 +355,8 @@ textarea {
|
|
|
}
|
|
|
|
|
|
.post-info {
|
|
|
- margin-top: -1.75rem;
|
|
|
+ margin-top: -2.25rem;
|
|
|
+ margin-bottom: 1.5rem;
|
|
|
line-height: normal;
|
|
|
font-size: 90%;
|
|
|
font-style: italic;
|
|
@@ -444,13 +449,14 @@ a.footnote-ref {
|
|
|
|
|
|
@media all and (min-width: 992px) {
|
|
|
h1 {
|
|
|
- margin-top: 3rem;
|
|
|
+ margin-top: 5rem;
|
|
|
+ font-size: 2em;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media all and (min-width: 1300px) {
|
|
|
h1 {
|
|
|
- margin-top: 7rem;
|
|
|
+ margin-top: 8rem;
|
|
|
}
|
|
|
|
|
|
figure.big {
|