diff options
| author | Fuwn <[email protected]> | 2024-06-12 15:25:00 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-12 15:25:00 +0000 |
| commit | 7170a8ec542a6febfc9a4f3b0c083b9ee6595bff (patch) | |
| tree | b69875ef43f1aac42aa32a001aaf06287ae52773 | |
| parent | feat(index.html): copy code hint (diff) | |
| download | mayu-7170a8ec542a6febfc9a4f3b0c083b9ee6595bff.tar.xz mayu-7170a8ec542a6febfc9a4f3b0c083b9ee6595bff.zip | |
fix(index.html): fully hide image on mobile
| -rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -158,6 +158,7 @@ .mascot { display: none; + visibility: hidden; } } |