Skip to content

Commit

Permalink
feat: margin title service from pacours orientation besoins (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
LAU-MG committed Feb 20, 2024
1 parent fe9ec1f commit 3d36665
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/features/orientation/pages/besoin/besoin.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1 class="h2 text-center fw-bold mt-sm-5 mt-3">
<ng-container *ngIf="serviceControl as serviceControl">
<section aria-label="Apprentissage de base">
<div class="d-flex flex-row mb-3 mt-4">
<h2 class="text-muted h6 fw-bold mb-0 text-uppercase">Apprentissage de base</h2>
<h2 class="text-muted h6 fw-bold mb-2 mt-md-4 mb-md-1 text-uppercase">Apprentissage de base</h2>
<button
type="button"
class="btn btn-link link-muted-dark p-0 ms-auto fst-italic"
Expand All @@ -30,7 +30,7 @@ <h2 class="text-muted h6 fw-bold mb-0 text-uppercase">Apprentissage de base</h2>
</section>
<section aria-label="Démarches">
<div class="d-flex flex-row mb-3 mt-4">
<h2 class="text-muted h6 fw-bold mb-0 text-uppercase">Démarches</h2>
<h2 class="text-muted h6 fw-bold mb-2 mt-md-4 mb-md-1 text-uppercase">Démarches</h2>
<button
type="button"
class="btn btn-link link-muted-dark p-0 ms-auto fst-italic"
Expand All @@ -49,7 +49,7 @@ <h2 class="text-muted h6 fw-bold mb-0 text-uppercase">Démarches</h2>
</section>
<section aria-label="Culture numérique">
<div class="d-flex flex-row mb-3 mt-4">
<h2 class="text-muted h6 fw-bold mb-0 text-uppercase">Culture numérique</h2>
<h2 class="text-muted h6 fw-bold mb-2 mt-md-4 mb-md-1 text-uppercase">Culture numérique</h2>
<button
type="button"
class="btn btn-link link-muted-dark p-0 ms-auto fst-italic"
Expand All @@ -68,7 +68,7 @@ <h2 class="text-muted h6 fw-bold mb-0 text-uppercase">Culture numérique</h2>
</section>
<section aria-label="Manque de matériel">
<div class="d-flex flex-row mb-3 mt-4">
<h2 class="text-muted h6 fw-bold mb-0 text-uppercase">Manque de matériel</h2>
<h2 class="text-muted h6 fw-bold mb-2 mt-md-4 mb-md-1 text-uppercase">Manque de matériel</h2>
<button
type="button"
class="btn btn-link link-muted-dark p-0 ms-auto fst-italic"
Expand Down

0 comments on commit 3d36665

Please sign in to comment.