Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 58b3e95

Browse files
authored
Merge pull request #116 from hubert-deriv/fix_deriv_api_features
Hubert / fixing api features
2 parents 2a35c25 + d38383a commit 58b3e95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/features/Home/ApiFeatures/ApiFeatures.module.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
.ApiFeaturesImage {
1515
display: inline-block;
16-
width: rem(60);
16+
width: rem(70);
1717
}
1818

1919
.FeatureText {
@@ -22,7 +22,6 @@
2222
box-sizing: border-box;
2323
display: flex;
2424
flex-direction: column;
25-
gap: rem(2);
2625

2726
header {
2827
display: flex;
@@ -34,12 +33,13 @@
3433
margin-left: rem(4);
3534
}
3635
.FeatureParagraph {
37-
font-weight: 500;
36+
font-weight: 400;
3837
line-height: rem(3);
3938
}
4039
.FeatureList {
4140
margin-left: rem(-2);
42-
font-weight: 500;
41+
font-weight: 400;
42+
padding-left: rem(2);
4343

4444
.FeatureOptions {
4545
align-items: center;

0 commit comments

Comments
 (0)