trojans-trophy-room/styles/mobile_forms.css

24 lines
269 B
CSS
Raw Normal View History

#tourneyFormPanel {
width: 300px;
margin: auto;
}
#tourneyFormBody {
width: 300px;
margin: auto;
}
#playerDataInputArea {
width: 98%;
2025-03-10 12:39:39 -04:00
}
#gameFormPanel {
width: 340px;
margin: auto;
}
#gameFormBody {
width: 340px;
margin: auto;
}