Skip to content
Snippets Groups Projects
Commit bfad5a88 authored by Gervaise H. Henry's avatar Gervaise H. Henry
Browse files

Optimize the positioning of dimensions badge

parent 0e4855b4
Branches
Tags
3 merge requests!84Develop,!83Optimize the positioning of dimensions badge,!80Dimensions.branch
Pipeline #7941 passed with stages
in 14 seconds
......@@ -12,15 +12,15 @@
}
.left {
width: 25%;
width: 20%;
}
.mid {
width: 50%;
width: 70%;
}
.right {
width: 25%;
width: 10%;
}
.row:after {
......@@ -45,7 +45,7 @@
</div>
<div class="column right">
<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>
{{ if not (eq .Params.ppubmed "") }}
......@@ -68,6 +68,5 @@
{{end}}
</div>
</div>
<script async src="https://badge.dimensions.ai/badge.js" charset="utf-8"></script>
{{ 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