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

github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYue Yang <g1enyy0ung@gmail.com>2020-10-11 09:34:47 +0300
committerYue Yang <g1enyy0ung@gmail.com>2020-10-11 09:34:47 +0300
commit7158682e2c9081c5903bb4f23d552a886fcec68d (patch)
treee78133c960c3d3c5ca4131ded2af19f5a6dcf73d /src
parentae0ab93d0e6861df7a1d3978d688ff5298ed81de (diff)
Fix some bugs
Diffstat (limited to 'src')
-rw-r--r--src/sass/site.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/sass/site.scss b/src/sass/site.scss
index ec03c2a..6ae33d3 100644
--- a/src/sass/site.scss
+++ b/src/sass/site.scss
@@ -179,7 +179,7 @@ body {
.description {
margin: 1.5rem 0 1rem 0;
color: rgba(#000, 0.87);
- word-break: break-all;
+ overflow-wrap: break-word;
img {
max-width: 100%;
@@ -210,6 +210,10 @@ body {
h1.ui.large.header {
margin-top: 1rem;
}
+
+ .main {
+ margin-top: 2rem;
+ }
}
.utterances-comments {