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
Files
3
@@ -48,10 +48,10 @@ function Feature({Svg, title, description}) {
return (
<div className={clsx("hero container text--center padding-horiz--md")}>
<div className="row">
<div className={"col col--6"}>
<div className={"col col--5"}>
<Svg className={styles.svg} alt={title} />
</div>
<div className={"col col--6"}>
<div className={"col col--5"}>
<h3>{title}</h3>
<p>{description}</p>
</div>
Loading