summaryrefslogtreecommitdiff
path: root/themes/CodeIT/assets/css/_page/_index.scss
blob: 480667c13d10683e3dddf0fbf7618facda2996ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.page {
  position: relative;
  max-width: 800px;
  width: 60%;
  margin: 0 auto;

  [header-desktop] & {
    padding-top: $header-height;
  }

  [header-desktop="normal"] & {
    padding-top: 0;
  }

  @include blur;
}

@import "_single";
@import "_special";
@import "_archive";
@import "_home";
@import "_404";