change styles

This commit is contained in:
Artur Akmalov
2023-05-17 14:15:41 +05:00
parent 7c36b010b9
commit 7b121b4861
7 changed files with 178 additions and 185 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ const FeatureList = [
function Feature({ Svg, title, description }) {
return (
<div className={clsx('col col--2')}>
<div className={clsx('col col--3')}>
<div className="text--center">
<Svg className={styles.featureSvg} role="img" />
</div>
@@ -1,7 +1,7 @@
.features {
display: flex;
align-items: center;
padding: 2rem 0;
padding: 4rem 0;
width: 100%;
}