Skip to content
Snippets Groups Projects
Commit c2701766 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Merge branch 'dimensions.branch' into 'develop'

Optimize the positioning of dimensions badge

See merge request !83
parents c32b0e56 bfad5a88
2 merge requests!84Develop,!83Optimize the positioning of dimensions badge
Pipeline #7942 passed with stages
in 15 seconds
...@@ -12,15 +12,15 @@ ...@@ -12,15 +12,15 @@
} }
.left { .left {
width: 25%; width: 20%;
} }
.mid { .mid {
width: 50%; width: 70%;
} }
.right { .right {
width: 25%; width: 10%;
} }
.row:after { .row:after {
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
</div> </div>
<div class="column right"> <div class="column right">
<br> <br>
<span class="__dimensions_badge_embed__" data-pmid="{{.Params.ppubmed}}" data-legend="hover-right" data-style="small_circle"></span> <span class="__dimensions_badge_embed__" data-pmid="{{.Params.ppubmed}}" data-legend="hover-right" data-style="small_circle" style="text-align:right"></span><script async src="https://badge.dimensions.ai/badge.js" charset="utf-8"></script>
</div> </div>
</div> </div>
{{ if not (eq .Params.ppubmed "") }} {{ if not (eq .Params.ppubmed "") }}
...@@ -68,6 +68,5 @@ ...@@ -68,6 +68,5 @@
{{end}} {{end}}
</div> </div>
</div> </div>
<script async src="https://badge.dimensions.ai/badge.js" charset="utf-8"></script>
{{ partial "footer.html" . }} {{ partial "footer.html" . }}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment