diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2015-03-15 15:51:51 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2015-03-15 15:51:56 -0400 |
| commit | 0f051dec4777532522383bec51438225613b1092 (patch) | |
| tree | 21671d99707187fc888ebfcf5de355290d6f7950 /static | |
| parent | 1f6737c84eaecb8e94c1d9433e4ac9c190b3cefa (diff) | |
| download | wedding-website-0f051dec4777532522383bec51438225613b1092.tar.gz | |
fix the spacing again
Diffstat (limited to 'static')
| -rw-r--r-- | static/wedding.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/wedding.css b/static/wedding.css index 9946639..af9f924 100644 --- a/static/wedding.css +++ b/static/wedding.css @@ -1,5 +1,7 @@ .login { - margin: 1.5em; + margin: 1.5em auto; + width: 50%; + } img { |
