aboutsummaryrefslogtreecommitdiff
path: root/src/client/ClientRecommender.scss
blob: 3f9102f1534121b79d92211f0b8eccd1ca7da06d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// @import "/views/globalCssVariables.scss";

.space{
    border: 1px dashed blue;
    border-spacing: 25px;
    border-collapse: separate;
    align-content: center;
}

.wrapper{
    text-align: -webkit-center;
}