diff options
| author | Bobby <[email protected]> | 2023-06-11 17:35:14 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-11 17:35:14 -0400 |
| commit | bab48ed39da9a6312f035873ae5d2528ebcf0ab4 (patch) | |
| tree | d2446d90f94cc521e3a9e00f94359f26c519f9de /static | |
| parent | 9bd7bae4fabec85504d1c0595c0707261be70010 (diff) | |
| download | thatcomputerscientist-bab48ed39da9a6312f035873ae5d2528ebcf0ab4.tar.xz thatcomputerscientist-bab48ed39da9a6312f035873ae5d2528ebcf0ab4.zip | |
Fix header compat on phones; Fix online user number
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/phone_compatibility.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/phone_compatibility.css b/static/css/phone_compatibility.css index 3bf27e48..231acb0d 100644 --- a/static/css/phone_compatibility.css +++ b/static/css/phone_compatibility.css @@ -114,6 +114,7 @@ I am not sure yet. #header { height: 50vw !important; margin-bottom: 15vw !important; + opacity: 1 !important; } #welcome { |
