diff options
author | 53hornet <53hornet@gmail.com> | 2018-10-03 19:03:45 -0400 |
---|---|---|
committer | 53hornet <53hornet@gmail.com> | 2018-10-03 19:03:45 -0400 |
commit | 97521dcbcdfec2e850a5631e4bd8595d98cb9d0b (patch) | |
tree | a4db1423eb0ef01ca207a8c66d9fd8e4a20af9a2 /md | |
parent | a63e370700b7e0d8f18bc92cf98422f68eb17a4b (diff) | |
download | md-site-97521dcbcdfec2e850a5631e4bd8595d98cb9d0b.tar.xz md-site-97521dcbcdfec2e850a5631e4bd8595d98cb9d0b.zip |
Fixed iframes and drop shadows.
Diffstat (limited to 'md')
-rw-r--r-- | md/wedding/styles.css | 11 |
1 files changed, 10 insertions, 1 deletions
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; |