Commit 80fb7a82 authored by Almouhannad's avatar Almouhannad

(F) Edit phones layout

parent 327da6e1
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<div class="container"> <div class="container">
<div class="row gy-5 "> <div class="row gy-5 ">
<div *ngFor="let phone of phones" class="col-lg-4 col-md-6"> <div *ngFor="let phone of phones" class="col-lg-3">
<app-doctor-phone [phone]="phone"></app-doctor-phone> <app-doctor-phone [phone]="phone"></app-doctor-phone>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment