diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/website/css/main.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index b0883ec..795ca67 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -12,7 +12,7 @@ body { background-color: #f3f1ea; } #page-wrapper { - max-width: 1010px; + max-width: 1050px; margin: 25px auto 10px; padding: 0 0 35px 0; background: #ffffff; @@ -334,10 +334,9 @@ body { } .register-notify{ - font-weight: 900; - background-color: #284942; - color: white!important; - font-family: -webkit-body; + font-size: 1.3em; + background-color: #238E68; + color: black!important; } |