| 123456789101112131415161718192021222324 |
- .mondiaramil {
- position: relative;
- flex: none;
- padding: 3rem 6rem;
- text-align: center;
- background-color: transparent;
- background-image: url("//dd.unicraft.org/static/branding/mondiaramil/header/bg.png");
- background-repeat: no-repeat;
- background-position: center;
- background-size: auto 100%;
- @media (min-width: 1200px) {
- background-position: right;
- }
- @media (max-width: 800px) {
- background-position: left 20% center;
- }
- &_logo {
- display: block;
- margin: 0;
- }
- }
|