aboutsummaryrefslogtreecommitdiff
path: root/static/custom.css
blob: 3e570911f090ebf1f52a93443c18afe4f928bc11 (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: 30px;
}
td {
    width: 20%;
}
img {
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%,-50%);
}