style.scss 401 B

12345678910111213141516
  1. .oktopolygraphist {
  2. flex: none;
  3. background: url("//dd.unicraft.org/static/branding/oktopolygraphist/header/bg.png") repeat;
  4. padding: 1rem 2rem;
  5. text-align: left;
  6. background-size: contain;
  7. background-position: right top;
  8. background-repeat: no-repeat;
  9. margin-bottom: -10rem;
  10. padding-bottom: 10rem;
  11. }
  12. .oktopolygraphist_logo {
  13. height: 10rem;
  14. margin: 0 auto;
  15. }