summaryrefslogtreecommitdiff
path: root/src/components/shared/Styled.module.css
blob: 88b84ad2f3c2e6d1dc3cf6212c6d773eb1ed95ac (plain)
1
2
3
4
5
.FlexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}