style.scss 470 B

12345678910111213141516171819202122
  1. .logicpower {
  2. background-color: #111;
  3. text-align: center;
  4. position: relative;
  5. flex: none;
  6. padding: 0;
  7. background-image: url("//dd.unicraft.org/static/branding/logicpower/header/bg.png");
  8. background-repeat: no-repeat;
  9. background-position: center;
  10. background-size: cover;
  11. &_logo {
  12. height: 124px;
  13. display: block;
  14. z-index: 10;
  15. margin: 0 auto;
  16. @media screen and (max-width: 1200px) {
  17. height: 100px;
  18. }
  19. }
  20. }