Mobile: Sister projects do not align with search results on the left margin.

- [x] Remove left padding
- [x] Add space between result and IW result

Bug: T329110
Change-Id: I8085206bd57c5d46d72f6237fe2baf5534365613
This commit is contained in:
Simone Cuomo 2023-04-03 11:57:14 +01:00
parent e97a2f4ba2
commit ca7c9456e7
No known key found for this signature in database
GPG key ID: C6B30ACE8D4CBD1D

View file

@ -7,10 +7,15 @@
width: 100%;
}
.iw-results {
padding-left: 0;
}
.iw-resultset:nth-child( 1 ) {
.iw-result__header {
border-top: solid 1px #ccc;
padding-top: 12px;
padding-top: 1.666em;
margin-top: 1.666em;
}
}
}