Texte sur la page d'accueil
parent
3860488c3f
commit
38253112d3
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -3,7 +3,7 @@ html {
|
|||
}
|
||||
|
||||
h1 {
|
||||
font-size: 4.1rem;
|
||||
font-size: 3.1rem;
|
||||
}
|
||||
h2 {
|
||||
font-size: 2.8rem;
|
||||
|
|
Loading…
Reference in New Issue