Skip to content

Commit 8c1d98d

Browse files
committed
Fixing image size on SoSpecial component.
Signed-off-by: DANIEL KATOTO <katotodan@gmail.com>
1 parent 013f035 commit 8c1d98d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/sections/Home/So-Special-Section/so-special-style.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const SoSpecialWrapper = styled.div`
8282
opacity: 1;
8383
color: ${props => props.theme.secondaryColor};
8484
}
85-
}
85+
8686
.so-special-head{
8787
padding:2rem;
8888
text-align:center;
@@ -161,12 +161,12 @@ const SoSpecialWrapper = styled.div`
161161
}
162162
@media screen and (max-width: 1400px){
163163
.special_carousel{
164-
width:75% !important;
164+
width:75%;
165165
}
166166
}
167167
@media screen and (max-width: 1024px){
168168
.special_carousel{
169-
width:80% !important;
169+
width:80%;
170170
}
171171
.special-cont_img{
172172
width: 100%;
@@ -179,7 +179,7 @@ const SoSpecialWrapper = styled.div`
179179
180180
@media screen and (max-width: 850px){
181181
.special_carousel{
182-
width:100% !important;
182+
width:100%;
183183
}
184184
.so-special-head{
185185
padding:1rem;

0 commit comments

Comments
 (0)