about mobile, title fixes & styling

This commit is contained in:
2020-07-27 12:36:55 +02:00
parent 3c6e25af7a
commit 4be28ac4cf
8 changed files with 120 additions and 56 deletions

View File

@@ -26,7 +26,7 @@ h5,
h6 {
font-family: 'Playfair Display', serif;
font-weight: normal;
margin: 0.5em 0;
margin: 1em 0 0.5em 0;
}
p {
@@ -34,6 +34,10 @@ p {
line-height: 1.5;
}
hr {
border: 0.1px solid var(--clr-primary);
}
:root {
--clr-primary: hsl(219, 90%, 80%);
}