Css tweaks
This commit is contained in:
		
							parent
							
								
									69a13f7a7f
								
							
						
					
					
						commit
						6fe78927c6
					
				| @ -1,12 +1,13 @@ | |||||||
| .TicTacToe { | .TicTacToe { | ||||||
| 	background-color: #3B3E49; | 	background-color: #3B3E49; | ||||||
| 	color: #B9B8D6; | 	color: #B9B8D6; | ||||||
|  | 	border-radius: 20px; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .TicTacToeGrid { | .TicTacToeGrid { | ||||||
| 	display: grid; | 	display: grid; | ||||||
| 	width: 50vh; | 	min-width: 50vw; | ||||||
| 	height: 50vh; | 	min-height: 50vw; | ||||||
| 	grid-template-columns: auto auto auto; | 	grid-template-columns: auto auto auto; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| @ -29,6 +30,7 @@ | |||||||
| 	left: 50%; | 	left: 50%; | ||||||
| 	top: 50%; | 	top: 50%; | ||||||
| 	transform: translate(-50%, -50%); | 	transform: translate(-50%, -50%); | ||||||
|  | 	font-size: 10vw; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .CellRed { | .CellRed { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user