Skip to content

Commit 1b72a96

Browse files
committed
Mobile-cards images fix
1 parent f15bca1 commit 1b72a96

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

src/components/shared/service-range-box/service-range-box.scss

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
.box {
66
width: 100%;
77
margin: 5px !important;
8+
margin-top: 15px !important;
9+
padding: 15px;
810
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
911

1012
p {
@@ -14,7 +16,9 @@
1416
}
1517

1618
img {
17-
width: 33%;
19+
width: auto;
20+
max-width: 33%;
21+
max-height: 80px;
1822
}
1923

2024
.img-div {
@@ -40,7 +44,9 @@
4044
}
4145

4246
img {
43-
width: 33%;
47+
width: auto;
48+
max-width: 33%;
49+
max-height: 80px;
4450
}
4551

4652
.img-div {

src/pages/ai/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class AIPage extends Component {
5959
<div className="content text-center pr-3 pl-3 p-lg-0">
6060
<Row className="justify-content-center">
6161
<Col xs="12" lg="10" xl="8">
62-
<div className="boxes-container">
62+
<div className="boxes-container ">
6363
<ServiceRangeBox img={rangeTransformation} text={t("item1")} />
6464
<ServiceRangeBox img={rangeTransProducts} text={t("item2")} />
6565
<ServiceRangeBox img={rangeReplatforming} text={t("item3")} />

0 commit comments

Comments
 (0)