| 1234567891011121314151617 |
- .stroy-kotedj {
- flex: none;
- background: url("//dd.unicraft.org/static/branding/stroy-kotedj/header/bg.png") repeat;
- padding: 4vw 2rem 0 calc(5rem + 3vw);
- text-align: left;
- background-size: cover;
- background-position: center bottom;
- background-repeat: no-repeat;
- user-select: none;
- &_logo {
- height: 120px;
- margin: 0;
- display: block;
- background: #fff;
- }
- }
|