| 123456789101112131415161718 |
- .altair2001 {
- position: relative;
- display: flex;
- flex: none;
- flex-wrap: wrap;
- padding: 3rem;
- background: #594679;
- background-image: url("//dd.unicraft.org/static/branding/altair2001/header/bg.png");
- background-repeat: no-repeat;
- background-position: center;
- background-size: cover;
- &_logo {
- flex: none;
- margin: 0;
- max-width: 60%;
- }
- }
|