diff options
| author | Bobby <[email protected]> | 2023-05-05 21:38:59 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-05 21:38:59 -0400 |
| commit | c1012c41c3eb006e9d0711806311ee9a7cc3b6b4 (patch) | |
| tree | 6fdc93801dba7ef0f37ff5a0e6ddefa50cdfdb78 /static/css/home.css | |
| parent | 0d93b11522e06547604f269b505a2bccb6cb3d9b (diff) | |
| download | thatcomputerscientist-c1012c41c3eb006e9d0711806311ee9a7cc3b6b4.tar.xz thatcomputerscientist-c1012c41c3eb006e9d0711806311ee9a7cc3b6b4.zip | |
Updated Home page and sidebar login area
Diffstat (limited to 'static/css/home.css')
| -rw-r--r-- | static/css/home.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/static/css/home.css b/static/css/home.css index 48462903..88d25fb3 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -1,10 +1,9 @@ #welcome { width: 730px; - height: calc(262px - 50px); + height: 262px; background: url('../images/backgrounds/welcome-banner.png') no-repeat; background-size: 730px 262px; - margin: auto; - padding: 50px 0px 0px 0px; + margin: 0px auto 20px auto; border: 0px; position: relative; margin-top: 15px; @@ -12,8 +11,10 @@ } #welcome > p { - width: 550px; - margin: 12px 0px 12px 140px; + width: 500px; + margin: 12px 0px 12px 142px; + position: relative; + top: 80px; } #announcements { |
