No Description

home.page.scss 435B

1234567891011121314151617181920212223242526272829
  1. // ion-title { text-align: center !important; }
  2. // .swiper .swiper-slide {
  3. // height: 100%;
  4. // width: 100%;
  5. // }
  6. .swiper-slide {
  7. // display: flex;
  8. // flex-direction: column;
  9. // align-items: center;
  10. // justify-content: center;
  11. background-color: rgb(0, 0, 0);
  12. }
  13. ion-content {
  14. font-family: Prompt !important;
  15. font-size: 1em;
  16. line-height: 1.3em;
  17. }
  18. // ion-row {
  19. // background-color: #fcfcfce3 !important;
  20. // }