Minor spacing and style changes

This commit is contained in:
Ludwig Schubert
2017-10-12 15:21:13 -07:00
parent 198e273211
commit 1255afec2c
5 changed files with 25 additions and 13 deletions
+20 -2
View File
@@ -1,6 +1,6 @@
html {
font-size: 19px;
line-height: 1rem;
line-height: 1.3em;
/* font-family: "Libre Franklin", "Helvetica Neue", sans-serif; */
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
text-size-adjust: 100%;
@@ -46,6 +46,16 @@ pre {
max-width: 100%;
}
p {
margin-top: 0;
margin-bottom: 1em;
}
d-title p {
font-size: 1.5rem;
line-height: 1.2em;
}
.kicker,
.marker {
font-size: 15px;
@@ -54,11 +64,19 @@ pre {
}
/* Headline */
@media(min-width: 1024px) {
d-title h1 span {
display: block;
}
}
/* Figure */
figure {
position: relative;
margin-bottom: 36px;
margin-bottom: 1.5rem;
}
figure img {