Blame view

frontend/web/css/_text-page.scss 165 Bytes
bc9815fa   Anastasia   layout
1
2
3
4
5
6
7
8
9
10
11
  .section-text {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .text-page-title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 20px;
  }