summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/src/less/index.less
blob: e1efdac9030f7daf86492fb45c47c2bcde922a64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.index {

  text-align: center;

  .title {
    background: url('../img/searx.png') no-repeat;
    width: 100%;
    min-height: 80px;
    background-position: center;
  }

  h1 {
    font-size: 5em;
    visibility: hidden;
  }

  #search {
    margin: 0 auto;
    background: inherit;
    border: inherit;
  }

  .search_filters {
    display: block;
    margin: 1em 0;
  }

  .category label {
    padding: 6px 10px;
    border-bottom: initial !important;
  }

}

@media screen and (max-width: 75em) {

  div.title {
    h1 {
      font-size: 1em;
    }
  }

}