diff --git a/content/_index.md b/content/_index.md index 00dcadb..c70e894 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,7 +1,7 @@ --- --- -![A small preview...](/cover-front.jpg) +![The book's cover](/cover-front.jpg) > To call what I am feeling a 'crush' feels inexact. It is not puppy love. It is not new relationship energy. It is not lust. It is an uncontrollable romantic desire. > @@ -11,7 +11,7 @@ Six tales of love. Six tales of need, of desire, of how to live with the ones you cannot live without. Sawtooth may be a nothing town in a flyover state, but those that live there are no less real for it. They bear all the same emotions as anyone else, have all the same needs. -**Coming November 1, 2021!** +**Coming November 1, 2021! Pre-order starts September 15!** ----- @@ -26,12 +26,24 @@ I'm struck by how, after finishing the collection, it feels like I've witnessed ## Contents * Jump + + Some folks were just built to jump. What do you do when that gets to be too much? * Limerent Object + + Dee Kimana, an ex-seminarian coyote, is in love. Maybe. Perhaps? His constant doubts plague him, and as he strives to journal his way towards greater understanding of himself and his emotions, he delves deeper and deeper into the past. * Gigs + + The gig economy, while useful for providing some income to those in need, comes with its own downfalls and dangers, as Winter soon finds. * Sorting Laundry + + It's weird what you remember from childhood, isn't it? Almost as weird as what brings those memories to the surface. * Morning Of + + Surgery and airports --- two places where you give yourself into your trust in professionals. But where, exactly, does that point lie? * Of Foxes and Milkshakes + Two foxes, one vanilla-flavored kiss. + ### Content Warnings *Jump* contains mentions of sex and emotional abuse. *Limerent Object* contains strong religious themes. *Gigs* contains mentions of misogyny. *Sorting Laundry* contains mentions of transphobia. *Foxes and Milkshakes* contains homophobia. diff --git a/themes/maddybook/static/css/main.css b/themes/maddybook/static/css/main.css index 7d66a5a..57bd6cd 100644 --- a/themes/maddybook/static/css/main.css +++ b/themes/maddybook/static/css/main.css @@ -30,7 +30,6 @@ h1 small { } .title ul { list-style-type: none; - font-family: "Tom's New Roman", serif; text-align: center; margin: 0; padding: 0; @@ -39,6 +38,15 @@ h1 small { margin: 1rem 0; padding: 0; } +.title ul li p:first-of-type { + font-family: "Tom's New Roman", serif; + font-size: 20pt; + text-align: center; +} +.title ul li p { + text-indent: 0; + text-align: justify; +} .title blockquote:first-of-type { font-style: italic; }