| 123456789101112131415161718192021 |
- .fc-impuls {
- background-color: #121230;
- padding: 0;
- position: relative;
- flex: none;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-wrap: wrap;
- background-image: url("//dd.unicraft.org/static/branding/fc-impuls/header/bg.png");
- background-repeat: no-repeat;
- background-size: auto 120%;
- background-position: center top;
- height: 13rem;
- &_logo {
- flex: none;
- width: auto;
- height: 10rem;
- }
- }
|