Skip to content

Commit

Permalink
Correction de mise en forme
Browse files Browse the repository at this point in the history
  • Loading branch information
mariheck committed Feb 5, 2024
1 parent 2b362c6 commit 5b56e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/site/app/programme/[uid]/InfoService.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ const InfoService = ({titre, boutons}: InfoData) => {
variant="white"
disabled={!b.url}
external={b.url?.startsWith('http')}
className="max-lg:w-full max-lg:text-center"
className="max-lg:w-full max-lg:text-center flex-1 justify-between"
>
{b.label}
</Button>
))
: boutons.map(b => (
<div
key={b.label}
className="text-white text-base text-center font-bold max-lg:py-8 lg:px-8 max-lg:w-full lg:h-full"
className="text-white text-base text-center font-bold max-lg:pt-8 lg:px-8 max-lg:w-full lg:h-full flex-1"
>
{b.label}
</div>
Expand Down

0 comments on commit 5b56e57

Please sign in to comment.