king
2023-11-15 c7c793f399abd64e7d22bc5ce216a589a6cd14e6
1
2
3
4
5
6
7
8
9
.home-loading-view {
  position: relative;
  height: 100%;
  .home-box-spin {
    position: relative;
    left: 50%;
    top: 30vh;
  }
}