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

github.com/tosi29/inkblotty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortosi29 <tosi16@gmail.com>2019-11-17 14:00:36 +0300
committertosi29 <tosi16@gmail.com>2019-11-17 14:00:36 +0300
commit08d0ccdfe059444523a4daf8ecef1f9fc4a56f20 (patch)
tree2e0d5e815e023720ca43fe06746cd98b51c1e4be
parent91e70cc81439caa7df786e26c91580d49708bd80 (diff)
Fix for issue #2
Add margin after "Read more" instead of space
-rw-r--r--layouts/_default/summary.html2
-rw-r--r--static/css/custom.css4
2 files changed, 5 insertions, 1 deletions
diff --git a/layouts/_default/summary.html b/layouts/_default/summary.html
index f0a60d0..31b4d44 100644
--- a/layouts/_default/summary.html
+++ b/layouts/_default/summary.html
@@ -28,7 +28,7 @@
{{- if .Site.Params.readmore }}
{{- if .Truncated }}
- <a href="{{ .RelPermalink }}" class="more-link">Read more </a>
+ <a href="{{ .RelPermalink }}" class="more-link">Read more</a>
{{- end }}
{{- end }}
</p></div>
diff --git a/static/css/custom.css b/static/css/custom.css
index 3d241ec..d24a8f9 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -26,6 +26,10 @@ main {
max-width: 1366px
}
+.more-link:after {
+ margin-left: 5px;
+}
+
@media only screen and (max-width: 956px) {
main,
.sidebar1,