Ott 405 match grid (#124)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Sergiu 5 years ago committed by GitHub
parent 46543b9692
commit f481720735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      src/features/MatchesGrid/styled.tsx
  2. 3
      src/features/Search/styled.tsx

@ -8,6 +8,13 @@ export const Wrapper = styled.ul`
grid-gap: 13px;
@media${devices.large} {
grid-template-columns: repeat(auto-fit, minmax(279px, 1fr));
grid-template-columns: repeat(auto-fit, minmax(270px, 280px ));
}
@media${devices.tablet} {
justify-content: center;
}
@media${devices.mobile} {
grid-template-columns: repeat(auto-fit, minmax(279px, 1fr ));
}
`

@ -31,6 +31,9 @@ export const Form = styled.form<{isMatch: boolean}>`
margin-top: 25px;
background-color: transparent;
}
@media${devices.mobile} {
margin-top: 20px;
}
}
@media${devices.desktop} {

Loading…
Cancel
Save