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

github.com/gohugoio/hugoThemesSite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <onedrawingperday@gmail.com>2019-11-22 19:57:37 +0300
committerAlex <onedrawingperday@gmail.com>2019-11-22 19:57:37 +0300
commit0c477f6293aaab62d67e37059ed291d17366f8de (patch)
tree9cb443ceae66c871ca06576e18bb802c15e9c490
parentf621d4b7041c5249bc5cb9afb77fa0989b5df160 (diff)
Fix image link max-width
See: #63
-rw-r--r--layouts/partials/head-additions.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/head-additions.html b/layouts/partials/head-additions.html
index ff0d4ca..735c547 100644
--- a/layouts/partials/head-additions.html
+++ b/layouts/partials/head-additions.html
@@ -19,6 +19,11 @@
margin: 0 0.5rem 0.8rem 0;
display: inline-block;
}
+ .mt4 a.link {
+ margin: 0 .5rem .8rem 0;
+ display: inline-block;
+ max-width: 384px;
+ }
</style>
{{ if eq (getenv "HUGO_ENV") "production" }}
<script type="text/javascript">