style.scss 333 B

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