Move background size to css (#2962)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
parent
2fce4ad7a3
commit
ff99f21ceb
|
@ -1,5 +1,5 @@
|
|||
<section class="os-banner">
|
||||
<header class="banner-head" style="background-image: url('{{site.url}}{{site.baseurl}}/images/graphic-bg.png'); background-size: cover;">
|
||||
<header class="banner-head" style="background-image: url('{{site.url}}{{site.baseurl}}/images/graphic-bg.png')">
|
||||
<div class="banner-text-div">
|
||||
<span class="banner-text-header">OpenSearch Documentation</span>
|
||||
<p class="banner-text-description">Learn to use OpenSearch, the highly scalable and extensible open-source software suite for search, analytics, observability, and other data-intensive applications.</p>
|
||||
|
|
|
@ -419,6 +419,7 @@ p.label {
|
|||
|
||||
.banner-head {
|
||||
@extend .panel;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.banner-text-div {
|
||||
|
|
Loading…
Reference in New Issue