Blame view

src/pages/privacy/privacy.scss 491 Bytes
simon committed
1 2 3
@import '@/styles/_support';

.content {
1  
joe committed
4 5
  // padding-bottom: 8.5rem;
  padding-bottom: 2.33rem;
simon committed
6 7 8 9 10 11 12
}

.box {
  position: relative;
}

.top-space {
simon committed
13
  height: 3rem;
simon committed
14 15 16 17
}

.tit {
  text-align: center;
simon committed
18
  font-size: $fontSizeTitle;
simon committed
19 20 21 22 23
  font-weight: bold;
  letter-spacing: 1.8px;
}

.desc {
simon committed
24 25
  max-width: $articleWidth;
  margin-top: 3rem;
simon committed
26 27 28 29
  line-height: 2;
  letter-spacing: 1.2px;
}

simon committed
30 31 32 33
@media (max-width: 1200px) {
  .content {
    @include content-percent();
    padding-bottom: $marginMedium-M;
simon committed
34 35
  }
}
simon committed
36