Expand the site to include more information

This commit is contained in:
Madison Scott-Clary
2022-12-31 20:43:34 -08:00
parent 613d600319
commit 896d9b61c5
17 changed files with 366 additions and 343 deletions

View File

@ -1,10 +1,10 @@
@import url('https://fonts.googleapis.com/css2?family=Gentium+Basic:ital,wght@0,400;0,700;1,400;1,700&family=Gotu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&family=Gotu&display=swap');
body {
font-family: "Gentium Basic", serif;
body, main {
font-family: "Gentium Plus", serif;
}
h1, h2 {
h1, h2, h3 {
font-family: "Gotu", sans-serif;
}
@ -12,16 +12,6 @@ blockquote {
overflow-wrap: break-word;
}
.title blockquote {
border: none;
}
.title img {
max-width: 150px;
float: left;
margin: 0 1rem 0.5rem 0;
}
.spoiler {
filter: blur(1rem);
}