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