diff --git a/content/_index.md b/content/_index.md index c70e894..32cb608 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,6 +3,12 @@ ![The book's cover](/cover-front.jpg) +
+ +Pre-order ebook +Pre-order paperback +
+ > 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. > > It is not grounded in our friendship or my attraction to her. It is more of an obsession. A desperate need for her to feel the same way about me. A craving. A pang. A wildness of the heart that is as frightening as it is pleasant. @@ -11,7 +17,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! Pre-order starts September 15!** +**Coming November 1, 2021!** ----- diff --git a/themes/maddybook/static/css/main.css b/themes/maddybook/static/css/main.css index 57bd6cd..a2da76b 100644 --- a/themes/maddybook/static/css/main.css +++ b/themes/maddybook/static/css/main.css @@ -50,6 +50,15 @@ h1 small { .title blockquote:first-of-type { font-style: italic; } +.order { + width: 100%; + text-align: center; + margin: 0 auto; +} +.order a { + display: inline-block; + margin: 0.5rem; +} ul.pagination { margin: 1rem 0; padding: 0;