Skip to content

Commit

Permalink
fix: responsive text in accessibilite view (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelkhay committed Sep 13, 2023
1 parent 08df995 commit ad12553
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="row gx-0 py-0 px-md-6 flex-md-row flex-column bg-light py-md-0 py-2">
<div class="col">
<div class="col me-1">
<a
class="btn btn-tile px-md-0 py-md-4 p-2 d-flex flex-md-column flex-row"
[class.disabled]="!priseRdv"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
</li>
<li class="list-group-item">
<div class="row">
<div class="col-md-4 mt-4">
<div class="col-md-5 mt-4">
<app-horaires [horaires]="lieuMediationNumerique.horaires"></app-horaires>
</div>
<div class="col-md-8 mt-md-0 mt-4">
<div class="col-md-7 mt-md-0 mt-4">
<app-services [services]="lieuMediationNumerique.services"></app-services>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ <h3 class="text-primary fw-bold mb-4">{{ orientationInformation.titre }}</h3>
<p [innerHTML]="orientationInformation.description"></p>
<div *ngIf="orientationInformation.label" class="text-muted small mb-2">{{ orientationInformation.label }}</div>
<i
style="font-size: 0.85em"
class="badge rounded-pill text-bg-light fw-normal me-2 ng-star-inserted"
style="font-size: 0.85em; white-space: normal"
class="badge rounded-pill text-bg-light fw-normal me-2 my-1 ng-star-inserted"
*ngFor="let element of orientationInformation.elements">
{{ element }}
</i>
Expand Down

0 comments on commit ad12553

Please sign in to comment.