Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonhe/hugo_eiio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuanfei He <lhe868@gmail.com>2020-07-08 17:06:02 +0300
committerYuanfei He <lhe868@gmail.com>2020-07-10 18:13:19 +0300
commitfc8a08488e2996e0e2e6cb2006ba955f1cde93ba (patch)
tree7c6719e84adf450f29c0d0dd5636e7f4b31e0dc8
parent20db517c7da199cc3d161dde7731cc39a3f2d3a9 (diff)
:lipstick: update style
-rw-r--r--static/css/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 93a2c4f..4faf1bf 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -26,15 +26,15 @@ font-family: Menlo,Monaco,Consolas,"Courier New",monospace
border: 0px solid #ccc;
border-radius: 0px;
}
-pre code {
- font-size: inherit;
- white-space: inherit;
-}
+
.articleBody {
padding:10px 0 10px 0;
}
+pre code {
+ white-space: inherit;
+}
.articleBody p {
line-height:26px;