diff options
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/home.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/home.css b/static/css/home.css index 6f31b5b7..5f6ae60d 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -1,6 +1,6 @@ #welcome { width: 730px; - height: 262px; + /* height: 262px; */ background: url('../images/backgrounds/welcome-banner.png') no-repeat; background-size: 730px 262px; margin: 0px auto 20px auto; @@ -15,7 +15,7 @@ width: 375px; margin: 12px 0px 12px 50px; position: relative; - top: 30px; + top: -5px; text-align: justify; } |
