diff options
Diffstat (limited to 'style/wallet.css')
-rw-r--r-- | style/wallet.css | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/style/wallet.css b/style/wallet.css index 230cf671e..4609a1f96 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 { @@ -40,11 +41,11 @@ aside { } section#main { - margin: 0 0 0 100px; + margin: auto; padding: 20px; border-left: 1px solid black; height: 100%; - max-width: 40em; + max-width: 50%; } section#main h1:first-child { |