summaryrefslogtreecommitdiffstats
path: root/web_src/less/_home.less
blob: 139df3022b19d6dfe98fda51f88c95625a625a17 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.home {
  .logo {
    max-width: 220px;
  }

  .hero {
    @media only screen and (max-width: 767px) {
      h1 {
        font-size: 3.5em;
      }

      h2 {
        font-size: 2em;
      }
    }

    @media only screen and (min-width: 768px) {
      h1 {
        font-size: 5.5em;
      }

      h2 {
        font-size: 3em;
      }
    }

    .svg {
      color: #5aa509;
      height: 40px;
      width: 50px;
      vertical-align: bottom;
    }

    &.header {
      font-size: 20px;
    }
  }

  p.large {
    font-size: 16px;
  }

  .stackable {
    padding-top: 30px;
  }

  a {
    color: #5aa509;
  }
}

footer {
  .ui.container .left,
  .ui.container .right {
    @media only screen and (max-width: 880px) {
      display: block;
      text-align: center;
      float: none;
    }
  }
}