Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 24af3188 authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

Merge branch '34-tagline-title-and-text-are-to-small' into 'master'

Resolve "Tagline title and text are to small"

Closes #34

See merge request froggit/froggit.fr!22
parents ac93f3d3 587f9f3f
No related branches found
No related tags found
1 merge request!22Resolve "Tagline title and text are to small"
Pipeline #2212 passed
......@@ -6,6 +6,11 @@ https://froggit.gitlab.io/froggit.fr/
Navigate into your new site’s directory and start it up.
```
npm install
npm start
```
## gatsby develop
Open the source code and start editing!
......
......@@ -17,7 +17,7 @@ import { Grid } from 'theme-ui'
>
<Text
sx={{
fontSize: 40,
fontSize: 50,
textAlign: 'center',
fontWeight: '700',
color: 'black',
......@@ -58,7 +58,7 @@ import { Grid } from 'theme-ui'
![featuredImage](../assets/securite.png)
<Text
sx={{
fontSize: 30,
fontSize: 40,
textAlign: 'center',
fontWeight: '700',
color: 'white',
......@@ -67,9 +67,8 @@ import { Grid } from 'theme-ui'
</Text>
<Text
sx={{
fontSize: 10,
fontSize: 16,
textAlign: 'center',
fontWeight: '400',
color: 'white',
}}>
Vos données sont en lieu sûr et sauvegardées toutes les nuits
......@@ -79,6 +78,7 @@ import { Grid } from 'theme-ui'
<Box>
<Card
sx={{
maxWidth: 256,
ml: 10,
mr: 10,
mt: 10,
......@@ -94,7 +94,7 @@ import { Grid } from 'theme-ui'
![featuredImage](../assets/gdpr.png)
<Text
sx={{
fontSize: 30,
fontSize: 40,
textAlign: 'center',
fontWeight: '700',
color: 'white',
......@@ -104,9 +104,8 @@ Souverain
</Text>
<Text
sx={{
fontSize: 10,
fontSize: 16,
textAlign: 'center',
fontWeight: '400',
color: 'white',
}}
>
......@@ -133,7 +132,7 @@ Nous sommes hébergés en France et conformes au RGPD
![featuredImage](../assets/freedom.png)
<Text
sx={{
fontSize: 30,
fontSize: 40,
textAlign: 'center',
fontWeight: '700',
color: 'white',
......@@ -142,9 +141,8 @@ Libre
</Text>
<Text
sx={{
fontSize: 10,
fontSize: 16,
textAlign: 'center',
fontWeight: '400',
color: 'white',
}}>
Notre solution s'appuie sur des logiciels libres et nos conditions générales sont éthiques.
......
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