| 123456789101112131415161718192021222324252627 |
- .autoeuro {
- flex: none;
- padding: 4rem 10vw;
- background: #fff;
- background-image: url("//dd.unicraft.org/static/branding/autoeuro/header/bg.png");
- background-repeat: no-repeat;
- background-position: center;
- background-size: 100% 100%;
- display: flex;
- flex-wrap: nowrap;
- justify-content: space-between;
- align-items: center;
- overflow: hidden;
- &_logo {
- display: block;
- flex: none;
- height: 6rem;
- margin-right: 2rem;
- }
-
- &_pic {
- display: block;
- flex: none;
- height: 9rem;
- }
- }
|