Skip to content

Commit 4696625

Browse files
author
Meredith G Hoo
committed
fixed mobile flower size
1 parent c56bfc3 commit 4696625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/2secrets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function setup() {
2222
if(isMobile && !isOtherMediaQuery) {
2323
size = 300;
2424
padding = 80;
25-
radius = Math.floor(height / rows) / 2;
25+
radius = Math.floor(height / rows - 3);
2626
}
2727

2828
console.log(width);

0 commit comments

Comments
 (0)