Skip to content

Commit e6fd9e0

Browse files
authored
Update index.html
1 parent efe72e1 commit e6fd9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ <h4>Tell your friends about NWoC</h4>
388388
<div class="snowflakes"></div>
389389
</body>
390390
<script>
391-
for(var i = 0; i < window.innerWidth/80; i++){
391+
for(var i = 0; i < window.innerWidth/70; i++){
392392
var node = document.createElement("i");
393393
document.getElementsByClassName("snowflakes")[0].appendChild(node);
394394
}

0 commit comments

Comments
 (0)