summaryrefslogtreecommitdiff
path: root/sass/containerCustom.sass
blob: cc08ebe9ae8327523d3e7246559f51c916678fb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@import settings

.containerCustom
  display: flex
  width: 100%
  +resolution(0, 575)
    padding: 0 20px
  +resolution(576)
    padding: 0 30px
  +resolution(0, 991)
    max-width: 738px
  +resolution(992, 1200)
    max-width: calc(100% - 100px)
  +resolution(1200, 1499)
    max-width: 1170px
  +resolution(1500)
    max-width: 1370px

  a
    color: $primary
    &.footnote
      margin: 0 2px 0 0
      text-decoration: none