Skip to content

Commit

Permalink
fix: services section layout mobile view (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelkhay committed Feb 20, 2024
1 parent d3a350b commit d0e37fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div class="d-print-none row" *ngIf="services; else noServices">
<h2 class="h5 text-muted-dark">Services propos茅s</h2>
<div *ngFor="let service of services" class="col-6 my-2">
<div *ngFor="let service of services" class="col-md-6 col-sm-12 my-2">
<div class="bg-light py-3 d-flex align-items-center">
<span class="ri-circled-sm bg-primary text-light fw-normal d-sm-block d-none me-3 ms-3 text-center">
<span class="ri-circled-sm bg-primary text-light fw-normal me-3 ms-3 text-center">
<span role="img" [ngClass]="getIconFromServices(service)" aria-hidden="true"></span>
</span>
<small>{{ service }}</small>
Expand Down

0 comments on commit d0e37fc

Please sign in to comment.