We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe72e1 commit e6fd9e0Copy full SHA for e6fd9e0
index.html
@@ -388,7 +388,7 @@ <h4>Tell your friends about NWoC</h4>
388
<div class="snowflakes"></div>
389
</body>
390
<script>
391
- for(var i = 0; i < window.innerWidth/80; i++){
+ for(var i = 0; i < window.innerWidth/70; i++){
392
var node = document.createElement("i");
393
document.getElementsByClassName("snowflakes")[0].appendChild(node);
394
}
0 commit comments