diff --git a/less/landing.less b/less/landing.less index 7e7d7fb..5d6470f 100644 --- a/less/landing.less +++ b/less/landing.less @@ -186,4 +186,17 @@ background-repeat: no-repeat; background-size: cover; } + + // rules for overriding styles of altmetrics embedded library + .altmetric-normal-legend { + margin: 0 40px 0 0 !important; + .altmetric-see-more-details { + display: none !important; + } + } + .altmetric-popover-content { + background-color: unset !important; + font-size: unset !important; + font-family: unset !important; + } }