diff options
| author | Bobby <[email protected]> | 2023-05-28 16:18:32 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-28 16:18:32 -0400 |
| commit | fb1685e6af87bb34cf48dfe6d4e97f4b180b4de6 (patch) | |
| tree | d36f9a1dfd465d5f9fe480b9ae101916de45ebfd /static/css/home.css | |
| parent | c13a2641c46cbe3c03cedb4b145ea5503602b24c (diff) | |
| download | thatcomputerscientist-fb1685e6af87bb34cf48dfe6d4e97f4b180b4de6.tar.xz thatcomputerscientist-fb1685e6af87bb34cf48dfe6d4e97f4b180b4de6.zip | |
Better contrast ratio + restore welcome text position
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 3b5845df..289a0712 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -15,7 +15,7 @@ width: 375px; margin: 12px 0px 12px 50px; position: relative; - top: -5px; + top: 20px; text-align: justify; } |
