diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-01-18 19:38:49 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-01-18 19:38:49 +0100 |
commit | 4c2439c8c01a75844dd0b834869dd7d783134825 (patch) | |
tree | 55ef0b19238743e350b761538040705ff359e9b3 /themes/elenq/static | |
parent | 7262fa55d2685d9e831368c75e6f2bcf72917b2a (diff) |
Correct text size
Diffstat (limited to 'themes/elenq/static')
-rw-r--r-- | themes/elenq/static/css/prism.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/elenq/static/css/prism.css b/themes/elenq/static/css/prism.css index b3e345b..0f511af 100644 --- a/themes/elenq/static/css/prism.css +++ b/themes/elenq/static/css/prism.css @@ -44,6 +44,7 @@ pre[class*="language-"] { :not(pre) > code { padding: .1em; border-radius: .3em; + font-size: 0.9em; white-space: normal; } |