initial commit

This commit is contained in:
2026-07-03 15:50:14 -04:00
commit 8729c1e325
148 changed files with 99618 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
// main: ../main.scss
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
[data-aos-delay] {
transition-delay: 0 !important;
}
}