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
path: root/static
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 /static
parent91e70cc81439caa7df786e26c91580d49708bd80 (diff)
Fix for issue #2
Add margin after "Read more" instead of space
Diffstat (limited to 'static')
-rw-r--r--static/css/custom.css4
1 files changed, 4 insertions, 0 deletions
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,