aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2015-03-15 22:15:40 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2015-03-15 22:15:40 -0400
commit51a4cec8acec036d94236fc007cae1bfa8e0c997 (patch)
treec3674fd0499de61be7e27436219a742d58e65d24 /static
parent9d8189dfc51cb374b8ecc4c3478f9c52ea88b69e (diff)
downloadwedding-website-51a4cec8acec036d94236fc007cae1bfa8e0c997.tar.gz
change top margin
Diffstat (limited to 'static')
-rw-r--r--static/wedding.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/wedding.css b/static/wedding.css
index af9f924..fb72463 100644
--- a/static/wedding.css
+++ b/static/wedding.css
@@ -1,14 +1,14 @@
-.login {
+#login {
margin: 1.5em auto;
width: 50%;
-
}
img {
max-width: 100%;
height: auto;
}
+
.container {
width: 80%;
- margin: 0 auto
+ margin: 1.5em auto
}