diff options
| author | Bobby <[email protected]> | 2023-05-31 12:18:24 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-31 12:18:24 -0400 |
| commit | 7b63274c4fa0fb8879aac5caff078aadfb4136a8 (patch) | |
| tree | e4c50f398b65a15cd9b5c4f599dd714cdd65cc85 | |
| parent | dae5a88c63a0531c0119e9f25b7b99b483fc8be2 (diff) | |
| download | thatcomputerscientist-7b63274c4fa0fb8879aac5caff078aadfb4136a8.tar.xz thatcomputerscientist-7b63274c4fa0fb8879aac5caff078aadfb4136a8.zip | |
Fix: rev::line-ht=15 in `.post-body` class
| -rw-r--r-- | static/css/styles.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index c8ddd549..0703bce2 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -439,3 +439,9 @@ blockquote { position: relative; z-index: 1; } + +@media only screen and (min-width: 481px) { + .post-body { + line-height: 15px; + } +} |
