style.scss 327 B

123456789101112131415
  1. .uncleplintus {
  2. flex: none;
  3. padding: 0;
  4. background: #fff;
  5. background-image: url("//dd.unicraft.org/static/branding/uncleplintus/header2/bg.png");
  6. background-repeat: no-repeat;
  7. background-position: center bottom;
  8. background-size: cover;
  9. &_logo {
  10. display: block;
  11. margin: 0 auto;
  12. height: 15rem;
  13. }
  14. }