forked from emre/www_projectmycelium_com
refactor: adjust NoSinglePoint animation width from 720 to 760 for improved aspect ratio alignment
- Changed W constant from 720 to 760 to better match aspect ratio with other home animations
This commit is contained in:
@@ -10,7 +10,7 @@ type Props = {
|
||||
gridStroke?: string;
|
||||
};
|
||||
|
||||
const W = 720; // match aspect ratio closer to other home animations
|
||||
const W = 760; // match aspect ratio closer to other home animations
|
||||
const H = 420; // align visual height with other cards
|
||||
|
||||
export default function NoSinglePoint({
|
||||
|
||||
Reference in New Issue
Block a user