blog style

This commit is contained in:
CHIEFSOFT\ameye
2023-08-18 20:12:58 -04:00
parent 1bdd1082ff
commit 92873f65f5
2 changed files with 10 additions and 3 deletions
+9 -2
View File
@@ -2,7 +2,7 @@
ion-content {
.back_image {
width: 100%;
height: 230px;
height: 130px;
.back {
font-size: 25px;
@@ -354,9 +354,16 @@ ion-content {
font-family: 'bold';
}
}
ion-grid{
margin: 0px;
}
ion-card{
margin: 0px;
ion-card-content{
padding: 5px;
min-height: 80px;
font-size: 14px;
}
}
ion-footer {
--background: white;
+1 -1
View File
@@ -53,7 +53,7 @@ export class AllblogPage implements OnInit {
var pageToNavigate = 'blogdetail';
this.router.navigate([pageToNavigate],{state: item} );
}
onEnroll() {
this.router.navigate(['enroll']);
}