diff options
| author | Dylan Müller <root@lunar.sh> | 2025-09-23 23:05:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-23 23:05:42 +0200 |
| commit | 1ee1a5044744b5ab3ab2f64292502c3a5c3dfc3b (patch) | |
| tree | c3b121bb4cb1f563060c88476ec758f7ebf013b8 | |
| parent | f554cfd91866f0a9f32d213c2de63a6bb3af8c0a (diff) | |
| download | journal.lunar.sh-1ee1a5044744b5ab3ab2f64292502c3a5c3dfc3b.tar.gz journal.lunar.sh-1ee1a5044744b5ab3ab2f64292502c3a5c3dfc3b.zip | |
Update style.scss
| -rw-r--r-- | style.scss | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -349,7 +349,8 @@ img { margin-top: 15px; user-select: none; mix-blend-mode: multiply; - + image-rendering: pixelated; + @include mobile { height: 100%; } |
