From c6d0cdfb2f97f3a8e09692f4797f347d7e5bf72f Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Tue, 6 Sep 2022 16:01:11 -0700 Subject: [PATCH] WtWWY --- .../when-the-world-was-young/index.md | 19 +------------------ .../when-the-world-was-young/main.css | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 18 deletions(-) create mode 100644 content/publications/when-the-world-was-young/main.css diff --git a/content/publications/when-the-world-was-young/index.md b/content/publications/when-the-world-was-young/index.md index ad4f1c0..8396012 100644 --- a/content/publications/when-the-world-was-young/index.md +++ b/content/publications/when-the-world-was-young/index.md @@ -1,27 +1,10 @@ --- title: When the World Was Young — A Prehistoric Anthology type: page +extracss: /publications/when-the-world-was-young/main.css --- The invention of writing postdates, invariably, the invention of storytelling. After all, what purpose is there be to writing, until you have something to write down? diff --git a/content/publications/when-the-world-was-young/main.css b/content/publications/when-the-world-was-young/main.css new file mode 100644 index 0000000..251b21e --- /dev/null +++ b/content/publications/when-the-world-was-young/main.css @@ -0,0 +1,19 @@ + +@import url('https://fonts.googleapis.com/css2?family=Reggae+One&display=swap'); +h1, h2, h3, h4, h5, h6, h1.page-title { + font-family: 'Reggae One'; +} +table { + margin: auto; +} +table td { + padding: 0.25rem 0.5rem; +} +tr td:nth-child(1) { + text-align: right; +} +p strong { + display: block; + text-align: center; + text-indent: 0; +}