index.less 732 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #main_index {
  2. margin-top: 26vh;
  3. }
  4. .index {
  5. text-align: center;
  6. .title {
  7. background: url('../img/searxng.png') no-repeat;
  8. min-height: 4rem;
  9. margin: 4rem auto;
  10. background-position: center;
  11. background-size: contain;
  12. }
  13. h1 {
  14. font-size: 4em;
  15. visibility: hidden;
  16. }
  17. #search,
  18. #search_header {
  19. margin: 0 auto;
  20. background: inherit;
  21. border: inherit;
  22. padding: 0;
  23. display: block;
  24. }
  25. .search_filters {
  26. display: block;
  27. margin: 1em 0;
  28. }
  29. .category label {
  30. padding: 6px 10px;
  31. border-bottom: initial !important;
  32. }
  33. }
  34. @media screen and (max-width: @tablet) {
  35. div.title {
  36. h1 {
  37. font-size: 1em;
  38. }
  39. }
  40. #main_index {
  41. margin-top: 6em;
  42. }
  43. }