style.scss 597 B

12345678910111213141516171819202122232425262728
  1. .talap {
  2. flex: none;
  3. padding: 4rem 25rem 4rem 9rem;
  4. user-select: none;
  5. text-align: left;
  6. background: url("//dd.unicraft.org/static/branding/talap/header/bg.png") repeat;
  7. background-repeat: no-repeat;
  8. background-position: center right;
  9. background-size: cover;
  10. display: flex;
  11. flex-direction: row;
  12. align-items: center;
  13. @media (max-width: 1000px) {
  14. padding: 2rem 20% 2rem 4rem;
  15. }
  16. &_logo {
  17. display: block;
  18. flex: none;
  19. margin-right: auto;
  20. }
  21. &_slogan {
  22. display: block;
  23. flex: none;
  24. }
  25. }