blog style
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -53,7 +53,7 @@ export class AllblogPage implements OnInit {
|
||||
var pageToNavigate = 'blogdetail';
|
||||
this.router.navigate([pageToNavigate],{state: item} );
|
||||
}
|
||||
|
||||
|
||||
onEnroll() {
|
||||
this.router.navigate(['enroll']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user