OperationCode/front-end

View on GitHub
styles/services.module.css

Summary

Maintainability
Test Coverage
.Services .centeredText {
  text-align: center;
}

.Services .topMargin {
  margin-top: 2.5rem;
}

.Services .badgeGroupings {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -1rem;
}

:global(#__next) .Services .badgeGroupings .badge {
  fill: var(--secondary);
  margin: 1rem 4rem;
}