page.scss 216B

12345678910111213
  1. .NavHeader {
  2. width: 100%;
  3. position: relative;
  4. overflow: hidden;
  5. > text {
  6. display: block;
  7. font-size: 32px;
  8. color: #fff;
  9. text-indent: 30px;
  10. margin-top: 60px;
  11. padding-bottom: 20px;
  12. }
  13. }