From 42553028d92b6db2173e6912b057d43f9903948d Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Wed, 3 Oct 2018 20:45:18 -0400 Subject: Fixed index --- md/wedding/index.md | 6 +++--- md/wedding/styles.css | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/md/wedding/index.md b/md/wedding/index.md index 67cf152..5149287 100644 --- a/md/wedding/index.md +++ b/md/wedding/index.md @@ -3,12 +3,12 @@ pagetitle: Welcome ---
-# Amy & Adam Are Tying the Knot +# On *August 9th, 2019*, she'll kiss the groom and he'll kiss the bride. ![The bride- and groom-to-be](bg.jpg) -## Celebrate with us on *August 9th, 2019* at -## The Crew's Nest, Put-in Bay, Ohio +## Amy & Adam Are Tying the Knot! +## Celebrate with us at the Crew's Nest, Put-in-Bay, Ohio ### RSVP Here! diff --git a/md/wedding/styles.css b/md/wedding/styles.css index b72c869..cb435bc 100644 --- a/md/wedding/styles.css +++ b/md/wedding/styles.css @@ -5,7 +5,7 @@ :root { /* custom colors */ - --teal:#009999; + --teal:#4eb4b4; } #topnav { @@ -50,7 +50,7 @@ body { background-position: center top; background-attachment: fixed; background-size: cover; - background-color: snow; + background-color: var(--teal); } article { @@ -62,6 +62,7 @@ article { } figure { + width: 100%; margin: 0; padding: 1em; background-color: white; @@ -126,7 +127,7 @@ h3 { /* section title */ font-family: 'Reenie Beanie', cursive; color: white; text-shadow: 3px 3px 3px black; - text-align: center; + text-align: left; margin: 1em; } -- cgit v1.2.3