Skip to content
Snippets Groups Projects
Commit aad1d388 authored by Jérémie BRISON's avatar Jérémie BRISON
Browse files

fix(dev) : fix height + width for EPN demarche

parent 3dd76ac8
No related branches found
No related tags found
2 merge requests!68Recette,!67Dev
...@@ -16,4 +16,7 @@ div { ...@@ -16,4 +16,7 @@ div {
border-radius: 4px; border-radius: 4px;
margin-bottom: 24px; margin-bottom: 24px;
padding: 16px 25px; padding: 16px 25px;
max-width: 172px;
max-height: 125px;
text-align: center;
} }
...@@ -2,7 +2,7 @@ export enum Demarches { ...@@ -2,7 +2,7 @@ export enum Demarches {
accompagnantCaf = 'Caf', accompagnantCaf = 'Caf',
carsat = 'Carsat', carsat = 'Carsat',
cpam = 'Cpam', cpam = 'Cpam',
espacePublicNumeriqueepn = 'Espace public Numérique (EPN)', espacePublicNumeriqueepn = 'Espace public Numérique',
impots = 'Impôts', impots = 'Impôts',
logement = 'Logements', logement = 'Logements',
poleEmploi = 'Pôle Emploi', poleEmploi = 'Pôle Emploi',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment