summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2018-10-03 20:45:18 -0400
committer53hornet <53hornet@gmail.com>2018-10-03 20:45:18 -0400
commit42553028d92b6db2173e6912b057d43f9903948d (patch)
tree5c0a5864de8f7960fd30467245a733d51709b683
parent97521dcbcdfec2e850a5631e4bd8595d98cb9d0b (diff)
downloadmd-site-42553028d92b6db2173e6912b057d43f9903948d.tar.xz
md-site-42553028d92b6db2173e6912b057d43f9903948d.zip
Fixed index
-rw-r--r--md/wedding/index.md6
-rw-r--r--md/wedding/styles.css7
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
---
<article>
-# 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;
}