style.scss 361 B

12345678910111213141516
  1. .sleep8 {
  2. flex: none;
  3. padding: 4rem 5rem;
  4. user-select: none;
  5. text-align: left;
  6. background: url("//dd.unicraft.org/static/branding/sleep8/header/bg.png") repeat;
  7. background-repeat: no-repeat;
  8. background-position: center;
  9. background-size: cover;
  10. &_logo {
  11. display: block;
  12. flex: none;
  13. margin: 0;
  14. }
  15. }