aboutsummaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
Diffstat (limited to 'style')
-rw-r--r--style/wallet.css11
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 {