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

  .dotted-line {
    display: none;
  }

  header {
    .logo {
      width: $logo-width-small;
      height: $logo-width-small;
    }

    .title {
      padding-left: 140px;
    }

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