diff options
author | 53hornet <53hornet@gmail.com> | 2018-10-06 14:00:30 -0400 |
---|---|---|
committer | 53hornet <53hornet@gmail.com> | 2018-10-06 14:00:30 -0400 |
commit | a3f3086d86b9dda98c135c7d76703c0e8026fd53 (patch) | |
tree | 778cdfcaad91aac21c2aeba03c930a840a5bc70c /md | |
parent | 9feba21a6179041a4190d6a177b4009aa20a6a48 (diff) | |
download | md-site-a3f3086d86b9dda98c135c7d76703c0e8026fd53.tar.xz md-site-a3f3086d86b9dda98c135c7d76703c0e8026fd53.zip |
Deployed first time.
Diffstat (limited to 'md')
-rw-r--r-- | md/wedding/index.md | 4 | ||||
-rw-r--r-- | md/wedding/styles.css | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/md/wedding/index.md b/md/wedding/index.md index 075d36a..0e9a458 100644 --- a/md/wedding/index.md +++ b/md/wedding/index.md @@ -7,8 +7,8 @@ pagetitle: Welcome ![She'll kiss the groom and he'll kiss the bride](bg.jpg) -## Amy and Adam are tying the knot! -## Celebrate with us at The Crew's Nest, Put-in-Bay, Ohio +## Amy and 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 1e37c91..01968fe 100644 --- a/md/wedding/styles.css +++ b/md/wedding/styles.css @@ -60,9 +60,10 @@ article { } figure { - width: 100%; - margin: 0; - padding: 1em; + margin: none; + margin-left: auto%; + margin-right: auto%; + padding: 2em; background-color: white; box-shadow: 0 0 5px black; } |