Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. @media only screen and (max-width: 767px)
  2. .search-bar {
  3. width: 100%;
  4. margin: 0 auto;
  5. }
  6. @media (max-width: 768px)
  7. .search-bar .search-forms {
  8. border-radius: 8px;
  9. width: 90%;
  10. }
  11. @media only screen and (max-width: 767px)
  12. .search-forms {
  13. border: none;
  14. }
  15. @media only screen and (max-width: 767px)
  16. .search-forms {
  17. margin-right: 0;
  18. }
  19. @media only screen and (max-width: 767px)
  20. .search-bar .buton-div {
  21. flex: 1 0 100%;
  22. }
  23. @media only screen and (max-width: 767px)
  24. .buton-div {
  25. }
  26. @media only screen and (max-width: 767px)
  27. .search-1, .search-2, .search-3 {
  28. width: 100%;
  29. margin-bottom: 10px;
  30. border-radius: 10px;
  31. overflow: hidden;
  32. border: 1px solid #fff;
  33. }
  34. @media only screen and (max-width: 767px)
  35. #main-search {
  36. width: 88px;
  37. }
  38. @media only screen and (max-width: 767px)
  39. #main-search, #kategoria, #vendndodhja {
  40. padding: 10px;
  41. font-size: 12px;
  42. width: 100%;
  43. }
  44. @media (max-width: 768px)
  45. #buton-kerko {
  46. margin: 10px auto 0;
  47. border-radius: 8px;
  48. padding: 10px;
  49. height: unset !important;
  50. width: 90%;
  51. text-align: center;
  52. justify-content: center;
  53. align-items: center;
  54. }
  55. @media only screen and (max-width: 767px)
  56. #buton-kerko {
  57. margin: 10px auto 0;
  58. border-radius: 8px;
  59. padding: 5px 10px;
  60. height: unset !important;
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement