Texte sur la page d'accueil

pull/294/head
Mael 2018-06-25 13:23:58 +00:00
parent 3860488c3f
commit 38253112d3
3 changed files with 10 additions and 6 deletions

View File

@ -14,9 +14,9 @@
text-align: center;
max-width: 600px;
}
.landing__header p {
font-size: 2rem;
font-weight: lighter;
.landing__header ul {
list-style: none;
padding-left: 0;
}
.landing__header a {
margin: 6rem auto;

View File

@ -13,8 +13,12 @@ const Landing = ({ colours: { colour } }) => (
<section className="landing__header" style={{ backgroundColor: colour }}>
<header>
<Animate.fromBottom config={config.slow}>
<h1>Settling a business in France</h1>
<p> Create. Hire. Profit.</p>
<h1>Launch your business in France</h1>
<ul>
<li>Incorporation guide</li>
<li>Costs and social benefits</li>
<li>Hiring your first employee</li>
</ul>
<a
className="ui__cta-button"
href="/steps/creating-my-company"

View File

@ -3,7 +3,7 @@ html {
}
h1 {
font-size: 4.1rem;
font-size: 3.1rem;
}
h2 {
font-size: 2.8rem;