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

gitlab.com/maxlefou/hugo.386.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax le Fou <buttbadger@gmail.com>2020-06-09 12:46:15 +0300
committerMax le Fou <buttbadger@gmail.com>2020-06-09 12:46:15 +0300
commitc32c26fff3439f2f3ee44947ffc23da67af1b9ac (patch)
tree6e3ef7baded16715e3191edb15753b2e49b44885
parent24cdfbaa3acdd466f7d2b81b7bf37b0b179cb068 (diff)
parent4da314150c2d7ae14e0c28491e3db0f63a5289d2 (diff)
Merge branch 'patch-1' into 'master'
Update style.css Closes #3 See merge request maxlefou/hugo.386!3
-rw-r--r--static/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 712b240..62908d9 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -4,4 +4,8 @@ body {
.navmargin {
margin-top: 2em;
+}
+
+h2 {
+ white-space: normal;
} \ No newline at end of file