| 1234567891011121314151617 |
- .upravdommo {
- flex: none;
- padding: 3rem 4rem;
- user-select: none;
- background: url("//dd.unicraft.org/static/branding/upravdommo/header/bg.jpg") repeat;
- background-color: #2a2f33;
- background-repeat: no-repeat;
- background-position: center;
- background-size: cover;
- &_logo {
- display: block;
- width: 358px;
- max-width: 60%;
- margin: 0;
- }
- }
|