From 6b60d8ff1426c25b437e9731045280f651351e24 Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Fri, 26 Oct 2018 20:37:47 -0400 Subject: Fixed iframes, blockquotes --- md/wedding/styles.css | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) (limited to 'md/wedding/styles.css') diff --git a/md/wedding/styles.css b/md/wedding/styles.css index 1047539..006dd36 100644 --- a/md/wedding/styles.css +++ b/md/wedding/styles.css @@ -26,7 +26,7 @@ padding: 1em 1em; text-decoration: none; color: var(--teal); - transition: 0.5s; + transition: 0.25s; font-family: 'Arapey', serif; font-weight: 700; font-size: 1.5em; @@ -62,7 +62,7 @@ display: inline-block; margin: 0; padding: 0; - width: 80%; + width: 100%; } figure figcaption { @@ -94,10 +94,14 @@ article { } figure { - margin: none; + width: auto; + margin: 0; margin-left: auto; margin-right: auto; - padding: 2em; + padding-top: 2em; + padding-bottom: 2em; + padding-left: 0; + padding-right: 0; background-color: white; box-shadow: 0 0 5px black; } @@ -125,12 +129,24 @@ p { box-shadow: 0 0 5px black; } -blockquote { - text-align: center; +blockquote p { + text-align: left; + text-indent: 0; + font-family: 'Reenie Beanie', cursive; } iframe { width: 100%; + margin-top: 0; + margin-bottom: 0; + margin-left: auto; + margin-right: auto; + padding-top: 2em; + padding-bottom: 2em; + padding-left: 0; + padding-right: 0; + background-color: white; + box-shadow: 0 0 5px black; } h1 { /* decorative page title */ -- cgit v1.2.3