trojans-trophy-room/styles/mobile_forms.css
FractalParadigm cbc2bef7f0 Updated tournament form to include a mobile version
This will probably be the start of creating mobile versions of *some* pages... probably forms, mostly
2025-03-10 11:01:24 -04:00

14 lines
158 B
CSS

#tourneyFormPanel {
width: 300px;
margin: auto;
}
#tourneyFormBody {
width: 300px;
margin: auto;
}
#playerDataInputArea {
width: 98%;
}