diff --git a/source/components/Home.css b/source/components/Home.css
index 11807133a..dcf14e52e 100644
--- a/source/components/Home.css
+++ b/source/components/Home.css
@@ -1,19 +1,17 @@
#home {
}
-#home #header {
- display: flex;
- align-items: center;
- justify-content: flex-start;
-}
-
#home #header h1 {
- line-height: 1.1em
+ margin-top: 3em;
+ text-align: center;
+ font-size: 300%
}
#home #marianne {
- width: 100px;
- margin: 1em;
+ position: absolute;
+ left: 2em;
+ top: 2em;
+ width: 8em;
}
#home > #content {
diff --git a/source/components/Home.js b/source/components/Home.js
index d23b6ccb2..7155169eb 100644
--- a/source/components/Home.js
+++ b/source/components/Home.js
@@ -17,13 +17,14 @@ export default class Home extends Component {
src={require('../images/marianne.svg')}
alt="Un service de l'État français"
/>
+
Simulateurs d'embauche
-
+
diff --git a/source/components/Menu.css b/source/components/Menu.css
index 6aa6c7ad6..a8f833078 100644
--- a/source/components/Menu.css
+++ b/source/components/Menu.css
@@ -4,7 +4,7 @@
width: 4em;
height: 3em;
right: 2em;
- top: 2em;
+ top: 3em;
}
/* Color/shape of burger icon bars */
@@ -26,7 +26,7 @@
/* General sidebar styles */
.bm-menu {
- background: #373a47;
+ background: white;
padding: 3em 0.6em;
font-size: 280%;
}
@@ -38,7 +38,6 @@
/* Wrapper for item list */
.bm-item-list {
- color: white;
padding: 0.8em;
height: auto !important;
}
diff --git a/source/components/TargetSelection.css b/source/components/TargetSelection.css
index bf0cb1b34..a3e3be5c6 100644
--- a/source/components/TargetSelection.css
+++ b/source/components/TargetSelection.css
@@ -1,6 +1,6 @@
#targetSelection {
- margin: 6em auto;
- font-size: 110%;
+ margin: 3em auto;
+ font-size: 120%;
max-width: 860px;
}
diff --git a/source/containers/Layout.css b/source/containers/Layout.css
index a4027999b..6d5830862 100644
--- a/source/containers/Layout.css
+++ b/source/containers/Layout.css
@@ -15,20 +15,13 @@ body {
margin-top: 1.5em;
}
-#site-logo {
- width: 60px;
- position: fixed;
- left: 1%;
- top: 4.5%;
-}
-
a {
color: inherit;
text-decoration: none;
}
h1 {
- margin: 6% 3% 0;
+ margin: 0 .1em;
font-size: 250%;
font-weight: 400;
}