style.scss 563 B

12345678910111213141516171819
  1. .nlcharged {
  2. display: flex;
  3. flex: none;
  4. flex-direction: row;
  5. justify-content: center;
  6. background-color: #0202a4;
  7. color: #fff;
  8. max-width: 100vw;
  9. overflow: hidden;
  10. user-select: none;
  11. position: relative;
  12. background-image: url("//dd.unicraft.org/static/branding/nlcharged/header/header.png");
  13. background-repeat: no-repeat;
  14. background-position: center center;
  15. background-size: auto 100%;
  16. /* Высота соответствует размеру изображения в шапке */
  17. height: 200px;
  18. }