aboutsummaryrefslogtreecommitdiff
path: root/style/_responsive.scss
blob: bf35644e1aaa07e205d29df5d77c6ecac07d149b (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
@media screen and (max-width: 750px) {
  main, footer {
    padding-left: 0 !important;
  }

  .dotted-line {
    display: none;
  }

  header {
    .logo {
      width: 100px;
      height: 100px;
    }

    .title {
      height: 100px;
      padding-left: 140px;
    }

    .logo-container {
      position: absolute;
    }
  }
}