aboutsummaryrefslogtreecommitdiff
path: root/static/custom.css
blob: 11d583f51d1f558d0216ffbe1ceac28598e7b08f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
button, input, .select, .select select {
    width: 100%;
}
table {
    font-size: 17.5px;
}
td {
    width: 20%;
}
img {
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%,-50%);
}