aboutsummaryrefslogtreecommitdiffstats
path: root/css/sharefile_style.css
blob: f7118fc8e122950419a931c74b02edb91be2a782 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content {
    flex: 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.h {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    justify-content: center;
}

input[type=submit] {
    margin-top: 0.5rem;
}