diff --git a/static/lille-metropole-2022/_custom.scss b/static/lille-metropole-2022/_custom.scss index a4c35bd4..3f17e924 100644 --- a/static/lille-metropole-2022/_custom.scss +++ b/static/lille-metropole-2022/_custom.scss @@ -209,8 +209,11 @@ div.cell { } &.searchcell { border: 2px solid $primary-color; - background: url('img/search-cell-bg.svg') 15% top no-repeat; - background-size: auto 7.5em; + background: transparent; + form { + background: url('img/search-cell-bg.svg') 1em top no-repeat; + background-size: auto 95%; + } } &.textcell { padding: 1rem;