diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-10-26 15:08:19 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-10-26 15:08:19 +0800 |
| commit | 84b37ef48931b5a47aa20b766c9b79c795c5509b (patch) | |
| tree | 6be49f6fba1e2bd7a27c129d7607fb71fea272e5 /assets/css/main.css | |
| parent | 8ae83db88f021e1cb5ad2558ee3f1c01c35b0387 (diff) | |
| download | www-84b37ef48931b5a47aa20b766c9b79c795c5509b.tar.gz | |
Code style and broken anchor.
Diffstat (limited to 'assets/css/main.css')
| -rw-r--r-- | assets/css/main.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 53705f6..19a64a2 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -254,3 +254,9 @@ and (min-device-width : 768px) { .post-author { margin-top: 4px; } + +/* code blocks */ +pre { + max-height: 400px; + overflow-y: auto; +} |
