feat(15): making fragments, loading based on step

This commit is contained in:
efim
2023-07-14 05:03:18 +00:00
parent aca7ae8ecf
commit f8f1580fc7
9 changed files with 34 additions and 10 deletions

View File

@@ -665,6 +665,10 @@ video {
height: 100vh;
}
.h-40 {
height: 10rem;
}
.w-11\/12 {
width: 91.666667%;
}