style.scss 478 B

12345678910111213141516171819
  1. .psk-kontinent {
  2. position: relative;
  3. display: flex;
  4. flex: none;
  5. flex-wrap: wrap;
  6. padding: 3rem 3rem 3rem 10rem;
  7. border-bottom: 4px solid rgb(45, 147, 172);
  8. background: #f0f4f9;
  9. background-image: url("//dd.unicraft.org/static/branding/psk-kontinent/header/bg.png");
  10. background-repeat: no-repeat;
  11. background-position: center;
  12. background-size: auto 100%;
  13. &_logo {
  14. flex: none;
  15. width: auto;
  16. margin: 0;
  17. }
  18. }