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

Resolve "change for froggit colors and fonts"

Merged Hugues requested to merge 21-change-for-froggit-colors-and-fonts into master
All threads resolved!
Files
45
@@ -46,13 +46,15 @@ const FeatureList = [
@@ -46,13 +46,15 @@ const FeatureList = [
// eslint-disable-next-line
// eslint-disable-next-line
function Feature({Svg, title, description}) {
function Feature({Svg, title, description}) {
return (
return (
<div className={clsx("hero hero--primary text--center padding-horiz--md", styles.featureContainer)}>
<div className={clsx("hero container text--center padding-horiz--md")}>
<div className={styles.featureSvg}>
<div className="row">
<Svg className={styles.svg} alt={title} />
<div className={"col col--6"}>
</div>
<Svg className={styles.svg} alt={title} />
<div className={styles.featureText}>
</div>
<h3>{title}</h3>
<div className={"col col--6"}>
<p>{description}</p>
<h3>{title}</h3>
 
<p>{description}</p>
 
</div>
</div>
</div>
</div>
</div>
);
);
Loading