diff options
| author | Bobby <[email protected]> | 2023-05-04 00:11:21 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-04 00:11:21 -0400 |
| commit | 1683c5b80e299a7034083d3cd7040c94a49a9954 (patch) | |
| tree | 7515b6bae5810e3645f0ac411d2f249121355eba /static | |
| parent | d0cc70333491e846c9db83f72408ecddcc3d42a1 (diff) | |
| download | thatcomputerscientist-1683c5b80e299a7034083d3cd7040c94a49a9954.tar.xz thatcomputerscientist-1683c5b80e299a7034083d3cd7040c94a49a9954.zip | |
Welcome message updates
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/home.css | 8 | ||||
| -rw-r--r-- | static/css/styles.css | 1 | ||||
| -rw-r--r-- | static/images/backgrounds/futaba_main.png | bin | 0 -> 232071 bytes | |||
| -rw-r--r-- | static/images/backgrounds/futaba_mike.png | bin | 0 -> 130944 bytes | |||
| -rw-r--r-- | static/images/backgrounds/welcome-banner.png | bin | 1727378 -> 1801487 bytes |
5 files changed, 5 insertions, 4 deletions
diff --git a/static/css/home.css b/static/css/home.css index 2b749c03..ef9b77d1 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -1,10 +1,10 @@ #welcome { width: 730px; - height: calc(262px - 40px); + height: calc(262px - 50px); background: url('../images/backgrounds/welcome-banner.png') no-repeat; background-size: 730px 262px; margin: auto; - padding: 40px 0px 0px 0px; + padding: 50px 0px 0px 0px; border: 0px; position: relative; margin-top: 15px; @@ -12,6 +12,6 @@ } #welcome > p { - width: 500px; - margin: 12px 0px 12px 98px; + width: 550px; + margin: 12px 0px 12px 140px; } diff --git a/static/css/styles.css b/static/css/styles.css index f5b99bb3..852f862e 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -10,6 +10,7 @@ body { box-sizing: border-box; background-image: url("../images/site/stars.gif"); background-repeat: repeat; + width: 100%; } #editor-container { diff --git a/static/images/backgrounds/futaba_main.png b/static/images/backgrounds/futaba_main.png Binary files differnew file mode 100644 index 00000000..739329d0 --- /dev/null +++ b/static/images/backgrounds/futaba_main.png diff --git a/static/images/backgrounds/futaba_mike.png b/static/images/backgrounds/futaba_mike.png Binary files differnew file mode 100644 index 00000000..baacebf5 --- /dev/null +++ b/static/images/backgrounds/futaba_mike.png diff --git a/static/images/backgrounds/welcome-banner.png b/static/images/backgrounds/welcome-banner.png Binary files differindex 80d82681..3349e748 100644 --- a/static/images/backgrounds/welcome-banner.png +++ b/static/images/backgrounds/welcome-banner.png |
