| 12345678910111213141516171819202122 |
- .logicpower {
- background-color: #111;
- text-align: center;
- position: relative;
- flex: none;
- padding: 0;
- background-image: url("//dd.unicraft.org/static/branding/logicpower/header/bg.png");
- background-repeat: no-repeat;
- background-position: center;
- background-size: cover;
- &_logo {
- height: 124px;
- display: block;
- z-index: 10;
- margin: 0 auto;
- @media screen and (max-width: 1200px) {
- height: 100px;
- }
- }
- }
|