aboutsummaryrefslogtreecommitdiff
path: root/VPNAuth.Server/wwwroot/style.css
blob: c1dfc2536f928a4b5fc07cd048a2913797978acc (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
@import url("/static/chota.css");

body {
    text-align: center;
}

ul, li {
    list-style-position: inside;
}

table {
    margin-left: auto;
    margin-right: auto;
}

th.normal {
    text-align: left;
    font-weight: normal;
}

form {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}