Blame view

src/pages/personal-data-collection/personal-data-collection.scss 491 Bytes
1 2 3
@import '@/styles/_support';

.content {
1  
joe committed
4 5
  // padding-bottom: 8.5rem;
  padding-bottom: 2.33rem;
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
}

.box {
  position: relative;
}

.top-space {
  height: 3rem;
}

.tit {
  text-align: center;
  font-size: $fontSizeTitle;
  font-weight: bold;
  letter-spacing: 1.8px;
}

.desc {
  max-width: $articleWidth;
  margin-top: 3rem;
  line-height: 2;
  letter-spacing: 1.2px;
}

@media (max-width: 1200px) {
  .content {
    @include content-percent();
    padding-bottom: $marginMedium-M;
  }
}