| 12345678910111213141516171819 |
- .firstdpo {
- padding: 3rem;
- position: relative;
- flex: none;
- display: flex;
- flex-wrap: wrap;
- background-image: url("//dd.unicraft.org/static/branding/firstdpo/header/bg.png");
- background-position: right center;
- background-repeat: no-repeat;
- background-size: auto 100%;
- background-color: #333333;
- &_logo {
- flex: none;
- width: auto;
- height: 70px;
- margin: 0;
- }
- }
|