diff --git a/index.html b/index.html index 1d64d21..ef4f2fb 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@

The Trees of Kortirion

-
+

Alalminórë

O ancient city on a leaguered hill!
@@ -61,9 +61,6 @@ Of mighty ships too soon, too soon, to sail
To other days beyond these sunlit seas.

-
- -

Narquelion

Alalminórë! Green heart of this Isle
@@ -114,9 +111,6 @@ In heedless winds beneath the sullen sky,
And fall like dying birds among the meres.

-
- -

Hrívion

Alas! Kortirion, Queen of Elms, alas!
@@ -166,9 +160,7 @@ And silence. Here I too will dwell;
Kortirion, I will meet the winter here.

-
-

Mettanyë

I would not find the burning domes and sands
@@ -183,7 +175,7 @@ The Folk Immortal under withered elms,
Alalminórë once in ancient realms.

-
+ - \ No newline at end of file + diff --git a/style.css b/style.css index 03aac1b..97dd74e 100644 --- a/style.css +++ b/style.css @@ -57,21 +57,10 @@ h2::before { display: block; font-style: normal; font-variant-caps: all-small-caps; -} - -/* FIXME: using ch units here somehow breaks the OpenType features. */ -/* ...but only in Firefox, and not on Mac. **/ -/* needs further investigation. conceivably a Gecko bug. */ -/* verified it happens with other fonts too e.g. Open Sans (ss02 has a different "g") */ - -.section { - max-width: 55ch; - margin: 0 auto; + margin-bottom: 0.65rem; } .verse { - max-width: 47ch; /* Through the wood’s sunny aisles and tree-propped halls */ - margin-left: auto; margin-bottom: 1.3rem; } @@ -79,6 +68,22 @@ h2::before { padding-left: 1em; } +/* FIXME: These should be specified in ch units in case the webfont doesn't load, + * but using ch units somehow breaks the OpenType features. + * ...but only in Firefox, and not on Mac. Possibly a Gecko bug? + */ + +main { + max-width: 19.2rem; /* 40ch */ + margin: 0 auto; +} + +@media (min-width: 33.6rem) /* 70ch */ { + main { + text-wrap: nowrap; + } +} + .line { display: inline-block; margin-left: 2em;