From 5685e1dba9b485939c833ba86f4e5c2e5e34453b Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 14 Mar 2015 11:33:26 -0700 Subject: Mostly fix #11: Dedication/epigraph alignment So the issue is solved in terms of how it looks, though it adds a gross extra div into every page and uses :only-child, which I don't think is super-supported. But it's the best I can do that I know of until we get to better flexbox support. Or you know, maybe later I can try doing some templating fixes-- injecting classes so that normally, .dedication is right-aligned but when an epigraph is present, change the class to .dedication-left or something. IDK. Either way is sort of ugly. :( --- weplayedthosegamestoo.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'weplayedthosegamestoo.html') diff --git a/weplayedthosegamestoo.html b/weplayedthosegamestoo.html index 1b91437..5cff616 100644 --- a/weplayedthosegamestoo.html +++ b/weplayedthosegamestoo.html @@ -34,8 +34,10 @@ <h1 class="title">We played those games too</h1> - - </header> + <div class="header-extra"> + + </div> + </header> <section class="content verse"><p>I saw two Eskimo girls playing a game<br />blowing on each other’s’ vocal chords to make music<br />on the tundra. I thought about how<br />once we played the same game<br />and the sounds blowing over the chords of our throats<br />was the same as a wind over frozen prairie.<br />We are the Eskimo girls who played<br />the game that night to keep ourselves warm.<br />I run my hands over <a href="and.html">my daughter</a>’s<br />voicebox as she hums a song<br />about a seal and about killing the seal and about<br />skinning it and rendering the blubber<br />into clear oil to light lamps.<br />I remember you are my lamp. She remembers<br />you although you left before she arrived.<br />I can never tell her about you.<br />I will never be able to express that taste of your oil<br />as we <a href="spittle.html">pushed our throats together</a>.<br />I will never be able to say how<br />we share this blemish like conjoined twins.<br />I will fail you always to remember you.</p></section> -- cgit 1.4.1-21-gabe81