sparkletown/sparkle

View on GitHub
src/pages/Account/ProfileQuestions.scss

Summary

Maintainability
Test Coverage
@import "scss/constants";

.ProfileQuestions {
  height: 100vh;
  background-color: transparent;

  &,
  &__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  &__question {
    text-align: center;
  }
}