aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-05-28 13:33:28 -0400
committerBobby <[email protected]>2023-05-28 13:33:28 -0400
commite6314a1c444374de48593db20e70ac4181cd0140 (patch)
tree8ce708d794d0d7baf14753f52feecb3f6e594d54 /static
parent91dbe94a192f194130bad4a788cdd4828d1d871d (diff)
downloadthatcomputerscientist-e6314a1c444374de48593db20e70ac4181cd0140.tar.xz
thatcomputerscientist-e6314a1c444374de48593db20e70ac4181cd0140.zip
Welcome banner no longer has fixed height and p changes effectively too
Diffstat (limited to 'static')
-rw-r--r--static/css/home.css4
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;
}