diff options
| author | Dylan Müller <root@lunar.sh> | 2025-10-17 11:59:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-17 11:59:46 +0200 |
| commit | d5d81925e35bfbc99626c1484a882e464926a6db (patch) | |
| tree | 4e44208236288414f4eedada17b580fe3c099841 | |
| parent | 680bd1f29b99539ad2146b66899c128d23ce80f2 (diff) | |
| download | journal.lunar.sh-d5d81925e35bfbc99626c1484a882e464926a6db.tar.gz journal.lunar.sh-d5d81925e35bfbc99626c1484a882e464926a6db.zip | |
Update style.scss
| -rw-r--r-- | style.scss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -600,8 +600,8 @@ img { font-size: 15px; margin: 15px 0; background: #fafafa; - border-top-left-radius: 0; - border-bottom-left-radius: 0; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; } .comments { |
