diff options
| author | Carson Fleming <cflems@cflems.net> | 2023-10-21 00:28:24 -0400 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2023-10-21 00:28:24 -0400 |
| commit | 1f46c091dd4f2e1c2e58f658544a68656fb056e7 (patch) | |
| tree | 40010e32c16e4f90cb8cf48fcb380ac8473b0921 /static/css/standard.css | |
| parent | 5636edd5b6af3486284b430f660b1b9e309a3671 (diff) | |
| download | fle.ms-1f46c091dd4f2e1c2e58f658544a68656fb056e7.tar.gz | |
Make styles responsive for small screens
Diffstat (limited to 'static/css/standard.css')
| -rw-r--r-- | static/css/standard.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/static/css/standard.css b/static/css/standard.css index d7acfdc..90ab0ee 100644 --- a/static/css/standard.css +++ b/static/css/standard.css @@ -11,7 +11,7 @@ body { font-family: var(--cflems-ff-text-primary); color: #000000; background-image: - linear-gradient(to bottom, #fffffff0 10%, #ffffff90 50%, #ffffff50), + linear-gradient(to bottom, #fffffff0 10%, #ffffff90 50%, #ffffff70), url('https://cdn.cflems.net/fle.ms/lake.webp'); } #header { @@ -37,7 +37,6 @@ body { display: flex; flex-direction: row; align-items: flex-start; - height: 100%; } #content a { text-decoration: none; |
