summaryrefslogtreecommitdiff
path: root/md/wedding/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'md/wedding/styles.css')
-rw-r--r--md/wedding/styles.css28
1 files changed, 22 insertions, 6 deletions
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 */