diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-02-19 14:28:42 +0100 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-02-19 14:28:42 +0100 |
commit | 30a0e57a35215cf4efcaa5c3ab1e4cd4eba4e4cc (patch) | |
tree | b4cec8a19fb4b079f6c9c4909e2112bd5c1f3cbc /css/style.css | |
parent | afe8d448529e8b65e2efd2befbd08de79609a8ba (diff) |
Small change for UI buttons.
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index 52cf55a..8ac6492 100644 --- a/css/style.css +++ b/css/style.css @@ -33,7 +33,7 @@ body { margin-right: auto; } .confirm { - width: 50%; + width: 55%; margin-left: auto; margin-right: auto; } |