diff options
| author | Bobby <[email protected]> | 2023-05-28 13:33:28 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-28 13:33:28 -0400 |
| commit | e6314a1c444374de48593db20e70ac4181cd0140 (patch) | |
| tree | 8ce708d794d0d7baf14753f52feecb3f6e594d54 /static/css | |
| parent | 91dbe94a192f194130bad4a788cdd4828d1d871d (diff) | |
| download | thatcomputerscientist-e6314a1c444374de48593db20e70ac4181cd0140.tar.xz thatcomputerscientist-e6314a1c444374de48593db20e70ac4181cd0140.zip | |
Welcome banner no longer has fixed height and p changes effectively too
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; } |
