style.scss 460 B

123456789101112131415161718192021222324
  1. .moniiag {
  2. flex: none;
  3. padding: 1rem 20vw 1rem 5vw;
  4. background: #eee5e6;
  5. background-image: url("//dd.unicraft.org/static/branding/moniiag/header/bg.png");
  6. background-repeat: no-repeat;
  7. background-position: center right;
  8. background-size: auto 100%;
  9. display: flex;
  10. flex-wrap: nowrap;
  11. &_logo {
  12. display: block;
  13. margin: 0;
  14. flex: none;
  15. }
  16. &_text {
  17. display: block;
  18. margin: auto;
  19. flex: none;
  20. max-width: 50vw;
  21. }
  22. }