| 123456789101112131415161718 |
- .disinfect {
- position: relative;
- flex: none;
- padding: 3rem 0 3rem calc(2rem + 9vw);
- background-color: #31a5f9;
- background-image: url("//dd.unicraft.org/static/branding/disinfect/header/bg.png");
- background-repeat: no-repeat;
- background-position: center right;
- background-size: auto 200%;
- &_logo {
- display: block;
- height: 56px;
- margin: 0;
- max-width: 30%;
- object-fit: contain;
- }
- }
|