| 123456789101112131415161718192021222324 |
- .moniiag {
- flex: none;
- padding: 1rem 20vw 1rem 5vw;
- background: #eee5e6;
- background-image: url("//dd.unicraft.org/static/branding/moniiag/header/bg.png");
- background-repeat: no-repeat;
- background-position: center right;
- background-size: auto 100%;
- display: flex;
- flex-wrap: nowrap;
- &_logo {
- display: block;
- margin: 0;
- flex: none;
- }
- &_text {
- display: block;
- margin: auto;
- flex: none;
- max-width: 50vw;
- }
- }
|