style.scss 362 B

123456789101112131415
  1. .plintus-hall {
  2. background-color: #22315d;
  3. text-align: center;
  4. position: relative;
  5. flex: none;
  6. padding: 2rem;
  7. background-image: url("//dd.unicraft.org/static/branding/plintus-hall/header/bg.png");
  8. background-repeat: no-repeat;
  9. background-position: center;
  10. background-size: cover;
  11. &_logo {
  12. margin: 0 auto;
  13. }
  14. }