summaryrefslogtreecommitdiff
path: root/client/src/components/Spinner/Spinner.module.css
blob: 04197def80f57388e3d97d9bca2c574b282b7481 (plain)
1
2
3
4
5
6
.spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}