| 1234567891011121314151617181920212223242526272829 |
- // ion-title { text-align: center !important; }
- // .swiper .swiper-slide {
- // height: 100%;
- // width: 100%;
- // }
- .swiper-slide {
- // display: flex;
- // flex-direction: column;
- // align-items: center;
- // justify-content: center;
- background-color: rgb(0, 0, 0);
- }
- ion-content {
- font-family: Prompt !important;
- font-size: 1em;
- line-height: 1.3em;
- }
- // ion-row {
- // background-color: #fcfcfce3 !important;
- // }
|