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 6be68eb7 authored by Hugues's avatar Hugues Committed by Christophe Chaudier
Browse files

fix: add features title

parent 2dd5ccc2
No related branches found
No related tags found
1 merge request!20Resolve "fix: add title on features"
...@@ -62,8 +62,9 @@ function Feature({Svg, title, description}) { ...@@ -62,8 +62,9 @@ function Feature({Svg, title, description}) {
export default function HomepageFeatures() { export default function HomepageFeatures() {
return ( return (
<section className="sections"> <section className="sections" id="features">
<div id="features"> <h2 className={clsx("text--center text--uppercase", styles.title)}>Fonctionnalités</h2>
<div>
{FeatureList.map((props, idx) => ( {FeatureList.map((props, idx) => (
<Feature key={idx} {...props} /> <Feature key={idx} {...props} />
))} ))}
......
...@@ -69,9 +69,7 @@ p { ...@@ -69,9 +69,7 @@ p {
/************ main elements style***********/ /************ main elements style***********/
.sections { .sections {
display: flex; padding: 4rem 0;
align-items: center;
padding: 2rem 0;
width: 100%; width: 100%;
} }
......
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