diff options
-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; |