search.scss 148 B

123456789101112
  1. .search{
  2. section{
  3. & > div{
  4. h3{
  5. width: 100%;
  6. }
  7. width: 100%;
  8. display: flex;
  9. flex-wrap: wrap;
  10. }
  11. }
  12. }