Container is narrower, update longform font size
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Yarmo Mackenbach 2020-06-19 11:41:20 +02:00
parent c10fb6dcd3
commit 568974d29a

View File

@ -58,7 +58,7 @@ footer {
} }
.container { .container {
width: 100%; width: 100%;
max-width: 800px; max-width: 720px;
margin: 64px auto 128px; margin: 64px auto 128px;
overflow: hidden; overflow: hidden;
} }
@ -253,7 +253,7 @@ table.music th:nth-child(3) {
.longform__content { .longform__content {
margin: 64px 0 0; margin: 64px 0 0;
font-family: 'Lora', Georgia, Times, serif; font-family: 'Lora', Georgia, Times, serif;
font-size: 1.2em; font-size: 1.1em;
line-height: 1.8em; line-height: 1.8em;
color: var(--clr-text-long); color: var(--clr-text-long);
} }