aboutsummaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-05-28 16:12:17 -0400
committerBobby <[email protected]>2023-05-28 16:12:17 -0400
commitc13a2641c46cbe3c03cedb4b145ea5503602b24c (patch)
tree879d3ee50dfe7c6e6a187ab3d332f965f548173a /static/css
parente6314a1c444374de48593db20e70ac4181cd0140 (diff)
downloadthatcomputerscientist-c13a2641c46cbe3c03cedb4b145ea5503602b24c.tar.xz
thatcomputerscientist-c13a2641c46cbe3c03cedb4b145ea5503602b24c.zip
Home height::min-for #welcome
Diffstat (limited to 'static/css')
-rw-r--r--static/css/home.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/home.css b/static/css/home.css
index 5f6ae60d..3b5845df 100644
--- a/static/css/home.css
+++ b/static/css/home.css
@@ -1,6 +1,6 @@
#welcome {
width: 730px;
- /* height: 262px; */
+ min-height: 262px;
background: url('../images/backgrounds/welcome-banner.png') no-repeat;
background-size: 730px 262px;
margin: 0px auto 20px auto;