Skip to content

Commit 19d815a

Browse files
committed
Fix monospace in .pre.code
1 parent b6027ed commit 19d815a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ select, input, textarea, button { font:99% sans-serif; }
6868

6969
/* Normalize monospace sizing:
7070
en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
71-
pre, code, kbd, samp { font-family: monospace, sans-serif; }
71+
pre, code, kbd, samp { font-family: monospace, sans-serif; font-size: 90%; }
7272

7373

7474
/**

0 commit comments

Comments
 (0)