diff options
| author | LLLL Colonq <llll@colonq> | 2024-12-13 20:58:10 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-12-13 20:58:10 -0500 |
| commit | 91e2134e6ccfa0536314248545c88db01c1dc711 (patch) | |
| tree | a564fa618b33b87ce3bf4968a7ecb6bb1fd4e7c7 /main.css | |
| parent | 0b0e50d4184d53efcae70053c193d8106ba92be9 (diff) | |
Fix long text overflow
Diffstat (limited to 'main.css')
| -rw-r--r-- | main.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -440,6 +440,7 @@ a.lcolonq-button-link :active { padding-right: 1rem; height: 100vh; mask-image: linear-gradient(180deg, white 50%, transparent 95%); + overflow: hidden; } #lcolonq-gc-explainer h1 { |
