diff --git a/oec/assets/scss/elements/_profile.scss b/oec/assets/scss/elements/_profile.scss index d55ff999..9770da81 100644 --- a/oec/assets/scss/elements/_profile.scss +++ b/oec/assets/scss/elements/_profile.scss @@ -50,7 +50,11 @@ body.profile { p.explore_link { @media all and (max-width: 768px) { - margin-bottom: 13px !important; + margin-bottom: 12px !important; + } + a { + display: inline-block; + margin: 0 0 6px 0; } } @@ -360,7 +364,7 @@ body.profile { a { background-color: #dbb706; padding: 7px; - + display: inline-block; border-radius: 4px; color: #fff; diff --git a/oec/html/profile/index.html b/oec/html/profile/index.html index a90760d7..31f8265c 100644 --- a/oec/html/profile/index.html +++ b/oec/html/profile/index.html @@ -194,6 +194,7 @@

{{ build.title }}

{% if not build.iframe %}
diff --git a/oec/static/css/oec-ltr.css b/oec/static/css/oec-ltr.css index a7986762..5993f810 100644 --- a/oec/static/css/oec-ltr.css +++ b/oec/static/css/oec-ltr.css @@ -1354,8 +1354,11 @@ margin-left: 3px ; } @media all and (max-width: 768px) { body.profile article aside p.explore_link { - margin-bottom: 13px !important; } + margin-bottom: 12px !important; } } + body.profile article aside p.explore_link a { + display: inline-block; + margin: 0 0 6px 0; } body.profile article aside .share_container { -webkit-justify-content: center; -moz-justify-content: center; diff --git a/oec/static/css/oec-rtl.css b/oec/static/css/oec-rtl.css index c6d1fcdb..3b650806 100644 --- a/oec/static/css/oec-rtl.css +++ b/oec/static/css/oec-rtl.css @@ -1366,8 +1366,11 @@ -ms-filter: "FlipH"; } @media all and (max-width: 768px) { body.profile article aside p.explore_link { - margin-bottom: 13px !important; } + margin-bottom: 12px !important; } } + body.profile article aside p.explore_link a { + display: inline-block; + margin: 0 0 6px 0; } body.profile article aside .share_container { -webkit-justify-content: center; -moz-justify-content: center;