From 961448f3305264d7a665b2319cdb36e522d146a4 Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Sat, 15 Sep 2018 18:03:41 -0400 Subject: Pre-mods --- md/wedding/styles.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/md/wedding/styles.css b/md/wedding/styles.css index 5e3a6d8..416e041 100644 --- a/md/wedding/styles.css +++ b/md/wedding/styles.css @@ -48,7 +48,7 @@ body { padding: 0; height: 100%; background-repeat: no-repeat; - background-position: center bottom; + background-position: center top; background-attachment: fixed; background-size: cover; } @@ -82,14 +82,14 @@ figure figcaption { } p { + margin: 1em; + padding: 1em; text-align: justify; text-indent: 2em; font-weight: 400; font-size: 1em; font-family: 'Arapey', serif; background-color: white; - margin: 1em; - padding: 1em; box-shadow: 0 0 5px black; } @@ -99,7 +99,7 @@ h1 { /* decorative page title */ font-family: 'Homemade Apple', cursive; text-align: right; color: white; - text-shadow: 3px 3px 3px black; + text-shadow: 3px 3px 5px black; } h2 { /* decorative page subtitle */ @@ -107,7 +107,7 @@ h2 { /* decorative page subtitle */ font-size: 2em; font-family: 'Josefin Sans', sans-serif; text-align: right; - text-shadow: 3px 3px 3px black; + text-shadow: 3px 3px 5px black; color: white; } @@ -116,7 +116,7 @@ h3 { /* section title */ font-size: 3em; font-family: 'Reenie Beanie', cursive; color: white; - text-shadow: 3px 3px 3px black; + text-shadow: 3px 3px 5px black; text-align: right; margin: 1em; } -- cgit v1.2.3