style.scss 331 B

1234567891011121314151617
  1. .bankffin {
  2. // border-bottom: 3px solid #297d2e;
  3. background: hsl(0, 0, 90%);
  4. padding: 2rem;
  5. position: relative;
  6. flex: none;
  7. display: flex;
  8. flex-wrap: wrap;
  9. background-position: left center;
  10. &_logo {
  11. flex: none;
  12. width: auto;
  13. height: 73px;
  14. margin: 0 auto;
  15. }
  16. }