diff options
| author | Bobby <[email protected]> | 2023-05-07 00:08:37 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-07 00:08:37 -0400 |
| commit | c803bb4861f06298baae38b6954d0b50c8c9ee28 (patch) | |
| tree | 6ee79b6b590f44fff386a179eb9832949ba2e9c7 /static/css | |
| parent | 2a9b4b430bb2152d81398fb963e12842a8e29d91 (diff) | |
| download | thatcomputerscientist-c803bb4861f06298baae38b6954d0b50c8c9ee28.tar.xz thatcomputerscientist-c803bb4861f06298baae38b6954d0b50c8c9ee28.zip | |
Updated Welcome layout
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/home.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/static/css/home.css b/static/css/home.css index 8baae844..cbce7204 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -12,10 +12,11 @@ } #welcome > p { - width: 500px; - margin: 12px 0px 12px 100px; + width: 400px; + margin: 12px 0px 12px 50px; position: relative; - top: 69px; + top: 30px; + text-align: justify; } #announcements { |
