JackHeTech / multiplayer-chess-game

148 stars 78 forks source link

Full chess board does not fit in a screen need to scroll #3

Open abracadabara opened 2 years ago

abracadabara commented 2 years ago

Full chess board does not fit in a screen need to scroll.How to make the chess board 620 by 620 .Please tell me what all changes need to be done in the coding to fit in 620 by 620 .

shivendra8004 commented 10 months ago

add this styling to parent div of component { margin:"auto", maxWidth:"90vh", width:90vw } this will fix your problem