diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2015-03-15 22:15:40 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2015-03-15 22:15:40 -0400 |
| commit | 51a4cec8acec036d94236fc007cae1bfa8e0c997 (patch) | |
| tree | c3674fd0499de61be7e27436219a742d58e65d24 /static | |
| parent | 9d8189dfc51cb374b8ecc4c3478f9c52ea88b69e (diff) | |
| download | wedding-website-51a4cec8acec036d94236fc007cae1bfa8e0c997.tar.gz | |
change top margin
Diffstat (limited to 'static')
| -rw-r--r-- | static/wedding.css | 6 |
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 } |
