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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authoramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-04-11 12:51:22 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-04-11 12:51:22 +0300
commit1cc64d09b48ab2722d9ca7e12153b33cef18f415 (patch)
tree2d92eac86edb00ee6a7ad7f8b05f10dfa1eccce2 /assets
parent805508325312477bb22fb58ee98543b27287ba5c (diff)
Add MathJax support.
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/journal.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/assets/scss/journal.scss b/assets/scss/journal.scss
index b4f98b8..9fef62c 100644
--- a/assets/scss/journal.scss
+++ b/assets/scss/journal.scss
@@ -69,7 +69,7 @@ body {
* {
color: $deep-dark-accent;
- line-height: 1.7em;
+ //line-height: 1.7em;
word-wrap: break-word;
box-sizing: border-box;
}
@@ -815,6 +815,7 @@ a {
.post-subtitle {
font-size: $post-subtitle-size;
+ line-height: 1.2em;
width: 80%;
opacity: 0.6;
padding: 0px 0 8px 0;
@@ -1061,3 +1062,8 @@ a {
.year {
color: $dark-accent;
}
+
+mjx-container
+{
+ overflow-y: hidden !important;
+} \ No newline at end of file