aboutsummaryrefslogtreecommitdiff
path: root/src/match_up/static/custom.css
blob: fafc51ad6234690a1094954f33f89b134ee48f38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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%);
}
.center {
    margin: auto;
    width: 50%;
}