lille-metropole-2022: fix search cell's background size (#72172) #68

Merged
smihai merged 1 commits from wip/72172-lille-metropole-fix-search-cell-background into main 2022-12-08 14:42:56 +01:00
1 changed files with 2 additions and 1 deletions

View File

@ -209,7 +209,8 @@ div.cell {
}
&.searchcell {
border: 2px solid $primary-color;
background: url('img/search-cell-bg.svg') 15% no-repeat;
background: url('img/search-cell-bg.svg') 15% top no-repeat;
background-size: auto 7.5em;
}
&.textcell {
padding: 1rem;