Skip to content
Snippets Groups Projects
Commit 7aa18415 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix(ui): remove title margins

parent 0df6448b
No related branches found
No related tags found
No related merge requests found
...@@ -62,3 +62,9 @@ main { ...@@ -62,3 +62,9 @@ main {
margin-top: 48px; margin-top: 48px;
} }
} }
h1,
h2,
h3 {
margin: 0;
}
...@@ -30,8 +30,7 @@ export const SingleAxe = () => { ...@@ -30,8 +30,7 @@ export const SingleAxe = () => {
return ( return (
<div className="singleAxe"> <div className="singleAxe">
<h1>{t('axe.title')}</h1> <h1>{axe}</h1>
<h2>{axe}</h2>
<div className="domains"> <div className="domains">
{Object.keys(actionsByDomain).map(domain => { {Object.keys(actionsByDomain).map(domain => {
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
"badges": "<b>Des badges sont débloquées</b> lorsque tu avances dans ton parcours vers l'autonomie. Termine vite de répondre !" "badges": "<b>Des badges sont débloquées</b> lorsque tu avances dans ton parcours vers l'autonomie. Termine vite de répondre !"
}, },
"axe": { "axe": {
"title": "Axe",
"loading": "Chargement de l'axe" "loading": "Chargement de l'axe"
}, },
"action": { "action": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment