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}) {
export default function HomepageFeatures() {
return (
<section className="sections">
<div id="features">
<section className="sections" id="features">
<h2 className={clsx("text--center text--uppercase", styles.title)}>Fonctionnalités</h2>
<div>
{FeatureList.map((props, idx) => (
<Feature key={idx} {...props} />
))}
......
......@@ -69,9 +69,7 @@ p {
/************ main elements style***********/
.sections {
display: flex;
align-items: center;
padding: 2rem 0;
padding: 4rem 0;
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