This will probably be the start of creating mobile versions of *some* pages... probably forms, mostly
14 lines
158 B
CSS
14 lines
158 B
CSS
|
|
#tourneyFormPanel {
|
|
width: 300px;
|
|
margin: auto;
|
|
}
|
|
|
|
#tourneyFormBody {
|
|
width: 300px;
|
|
margin: auto;
|
|
}
|
|
|
|
#playerDataInputArea {
|
|
width: 98%;
|
|
} |