commit 1d558aa125f3011196257174d2811dc7629d8443 parent 37ed9b29595be4cc3a73842391f5f274599be34e Author: Nirmal Kumar R <tildezero@gmail.com> Date: Sat, 4 Jan 2025 18:38:56 +0530 Add Line Height to pre tag Diffstat:
M | style.css | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/style.css b/style.css @@ -100,6 +100,7 @@ hr { pre { font-family: '_GitFont', monospace; font-size: 1.4rem; + line-height: 1.4em; } pre a.h {