Spaces:
Sleeping
Sleeping
| .tic-row { | |
| display: flex ; | |
| flex-direction: row ; | |
| flex-wrap: nowrap ; | |
| justify-content: center ; | |
| } | |
| .tic-cell { | |
| flex: 1 0 0 ; | |
| max-width: 120px ; | |
| } | |
| .tic-btn { | |
| width: 100% ; | |
| height: 100px ; | |
| font-size: 40px ; | |
| padding: 0 ; | |
| text-align: center ; | |
| } |