|
@@ -44,7 +44,6 @@ const Projects = () => {
|
|
useEffect(() => {
|
|
useEffect(() => {
|
|
localStorage.width = document.documentElement.getBoundingClientRect().width;
|
|
localStorage.width = document.documentElement.getBoundingClientRect().width;
|
|
window.refreshRem();
|
|
window.refreshRem();
|
|
- alert(window.navigator.userAgent);
|
|
|
|
}, []);
|
|
}, []);
|
|
return (
|
|
return (
|
|
<div className={styles.main}>
|
|
<div className={styles.main}>
|