style.scss 547 B

123456789101112131415161718192021222324252627
  1. .school-traffic {
  2. flex: none;
  3. padding: 2rem;
  4. background: #000000;
  5. background-image: url("//dd.unicraft.org/static/branding/school-traffic/header/lines@2x.png");
  6. background-repeat: no-repeat;
  7. background-position: center;
  8. background-size: cover;
  9. display: flex;
  10. flex-wrap: wrap;
  11. justify-content: center;
  12. align-content: center;
  13. &_logo {
  14. display: block;
  15. margin: auto 1rem;
  16. flex: none;
  17. }
  18. &_icons {
  19. display: block;
  20. margin: auto 1rem;
  21. margin-top: 2.3rem;
  22. position: relative;
  23. flex: none;
  24. }
  25. }