summaryrefslogtreecommitdiff
path: root/Server.Client/Pages/Component/ButtonContainer.razor.css
blob: c2d5d25b29a708b76d24e1b9f33c688503928f9b (plain)
1
2
3
4
5
6
7
8
9
10
div {
    display:         flex;
    justify-content: flex-end;
}

@media (hover: none) and (pointer: coarse) {
    div {
        justify-content: center;
    }
}