king
2022-04-21 60dee3dc4dc6869231d6adb0c94c47e36114ca91
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;
  }
}