summaryrefslogtreecommitdiff
path: root/md/wedding/styles.css
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2018-10-03 20:45:18 -0400
committer53hornet <53hornet@gmail.com>2018-10-03 20:45:18 -0400
commit42553028d92b6db2173e6912b057d43f9903948d (patch)
tree5c0a5864de8f7960fd30467245a733d51709b683 /md/wedding/styles.css
parent97521dcbcdfec2e850a5631e4bd8595d98cb9d0b (diff)
downloadmd-site-42553028d92b6db2173e6912b057d43f9903948d.tar.xz
md-site-42553028d92b6db2173e6912b057d43f9903948d.zip
Fixed index
Diffstat (limited to 'md/wedding/styles.css')
-rw-r--r--md/wedding/styles.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/md/wedding/styles.css b/md/wedding/styles.css
index b72c869..cb435bc 100644
--- a/md/wedding/styles.css
+++ b/md/wedding/styles.css
@@ -5,7 +5,7 @@
:root {
/* custom colors */
- --teal:#009999;
+ --teal:#4eb4b4;
}
#topnav {
@@ -50,7 +50,7 @@ body {
background-position: center top;
background-attachment: fixed;
background-size: cover;
- background-color: snow;
+ background-color: var(--teal);
}
article {
@@ -62,6 +62,7 @@ article {
}
figure {
+ width: 100%;
margin: 0;
padding: 1em;
background-color: white;
@@ -126,7 +127,7 @@ h3 { /* section title */
font-family: 'Reenie Beanie', cursive;
color: white;
text-shadow: 3px 3px 3px black;
- text-align: center;
+ text-align: left;
margin: 1em;
}