From 97521dcbcdfec2e850a5631e4bd8595d98cb9d0b Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Wed, 3 Oct 2018 19:03:45 -0400 Subject: Fixed iframes and drop shadows. --- md/wedding/styles.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/md/wedding/styles.css b/md/wedding/styles.css index 92c2927..b72c869 100644 --- a/md/wedding/styles.css +++ b/md/wedding/styles.css @@ -11,6 +11,7 @@ #topnav { margin: 0; padding: 0; + width: 100%; top: 0; overflow: hidden; text-align: center; @@ -32,7 +33,7 @@ } #topnav a:hover { - color: var(--teal); + box-shadow: 0 0 5px black; } html { @@ -92,6 +93,14 @@ p { box-shadow: 0 0 5px black; } +blockquote { + text-align: center; +} + +iframe { + width: 100%; +} + h1 { /* decorative page title */ margin: 0; font-weight: 400; -- cgit v1.2.3