fixed ui bugs mobile mode

master
A1Gard 3 days ago
parent f0e5354311
commit 48b6e24cee

@ -36,7 +36,6 @@ function commafy(num) {
const handleScroll = function() { const handleScroll = function() {
const container = document.getElementById('CounterGrid'); const container = document.getElementById('CounterGrid');
console.log(isElementInViewport(container));
if (container == null){ if (container == null){
return ; return ;
} }

@ -37,6 +37,13 @@
font-size: 22px; font-size: 22px;
} }
} }
.float-end {
i {
margin-top: .25rem;
display: inline-block;
}
}
} }
/*-768px width*/ /*-768px width*/

Loading…
Cancel
Save