diff options
| author | Bobby <[email protected]> | 2023-05-28 16:12:17 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-28 16:12:17 -0400 |
| commit | c13a2641c46cbe3c03cedb4b145ea5503602b24c (patch) | |
| tree | 879d3ee50dfe7c6e6a187ab3d332f965f548173a /static/css/home.css | |
| parent | e6314a1c444374de48593db20e70ac4181cd0140 (diff) | |
| download | thatcomputerscientist-c13a2641c46cbe3c03cedb4b145ea5503602b24c.tar.xz thatcomputerscientist-c13a2641c46cbe3c03cedb4b145ea5503602b24c.zip | |
Home height::min-for #welcome
Diffstat (limited to 'static/css/home.css')
| -rw-r--r-- | static/css/home.css | 2 |
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; |
