Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -121,7 +121,7 @@ export default function RootLayout({
|
||||
[data-stagger="true"] > *:nth-child(5) { animation-delay: 0.25s; }
|
||||
[data-stagger="true"] > *:nth-child(6) { animation-delay: 0.3s; }
|
||||
[data-stagger="true"] > *:nth-child(n+7) { animation-delay: 0.35s; }
|
||||
`;
|
||||
\`;
|
||||
document.head.appendChild(style);
|
||||
`}
|
||||
</script>
|
||||
@@ -1495,4 +1495,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user