diff options
Diffstat (limited to 'style/wallet.css')
-rw-r--r-- | style/wallet.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/style/wallet.css b/style/wallet.css index 230cf671e..c33840227 100644 --- a/style/wallet.css +++ b/style/wallet.css @@ -1,8 +1,9 @@ -body { - background-color: white; - margin: 0; - padding: 0; - font-family: Verdana, sans; +#main { + border: solid 1px black; + border-radius: 10px; + margin: auto; + max-width: 50%; + padding: 2em; } header { |