feat: set width to 900

This commit is contained in:
karishmas6
2024-10-19 20:38:43 +05:30
parent 87a0d83172
commit d90172a2b3
7 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
export const VIEWPORT_W = 1150;
export const VIEWPORT_W = 900;
export const VIEWPORT_H = 400;
export const ONE_PERCENT_OF_VIEWPORT_W = VIEWPORT_W / 100;