This commit is contained in:
Steven Steinwand 2022-08-31 15:58:46 -06:00
Родитель 6598084106
Коммит 14cc9fb08a
2 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -1,4 +1,4 @@
import {CountUp} from "countup.js";
import { CountUp } from "countup.js";
/**
* Rendering and animating the numbers that "count up" using countup.js.
@ -34,8 +34,8 @@ export const initYoutubeRegretsResearchCountUp = () => {
return {
countUpObj: countUpObj,
delay: delay,
}
}
};
};
let observer = new IntersectionObserver(
(entries, observer) => {
@ -60,7 +60,7 @@ export const initYoutubeRegretsResearchCountUp = () => {
}
});
},
{rootMargin: "0px 0px -10% 0px"}
{ rootMargin: "0px 0px -10% 0px" }
);
stats.forEach((stat) => {

Просмотреть файл

@ -32,7 +32,7 @@ module.exports = {
},
".popout": {
"box-shadow": "10px 10px rgba(0,0,0)",
"border": "1px solid #000000",
border: "1px solid #000000",
},
};
addUtilities(newUtilities);
@ -87,7 +87,7 @@ module.exports = {
medium: "768px",
large: "992px",
xlarge: "1200px",
'2xl': "1400px",
"2xl": "1400px",
},
fontFamily: {
sans: ["Nunito Sans", "Helvetica", "Arial", "sans-serif"],