style.scss 489 B

123456789101112131415161718192021
  1. .optima {
  2. text-align: center;
  3. position: relative;
  4. padding: 2rem 3rem;
  5. display: flex;
  6. flex-direction: row;
  7. align-items: center;
  8. justify-content: flex-start;
  9. background-color: #b02224;
  10. background-image: url("//dd.unicraft.org/static/branding/optima/header/bg.png");
  11. background-repeat: no-repeat;
  12. background-position: center;
  13. background-size: cover;
  14. &_logo {
  15. display: block;
  16. margin: auto;
  17. max-width: 50vw;
  18. }
  19. }