diff --git a/common/common.scss b/common/common.scss index 6c07d87..f0d2d12 100644 --- a/common/common.scss +++ b/common/common.scss @@ -1,3 +1,5 @@ +@use "lib/viewport"; + // these are add-on styles controlled by settings @import "special-styles"; @@ -80,3 +82,11 @@ } } } + +.custom-search-banner-wrap { + padding: 1em var(--d-wrap-padding-h) 1.25em; + + @include viewport.from(sm) { + padding: 2.5em var(--d-wrap-padding-h) 3em; + } +}