diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 51305c2717..8e875c2b42 100755 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -114,7 +114,8 @@ code { } img { - padding: 1rem 0; + border-radius: $border-radius; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); } .img-border { @@ -657,9 +658,9 @@ main { top: 1px; left: 1px } - .mdzr-svg & { // deliver svg logo if applicable - /*background: url(../img/opensearch-logo-monochrome.svg) center center no-repeat;*/ - } + /*.mdzr-svg & { // deliver svg logo if applicable + background: url(../img/opensearch-logo-monochrome.svg) center center no-repeat; + }*/ @include mq(md) { margin-left: 0;