File tree Expand file tree Collapse file tree
src/sections/Home/So-Special-Section Expand file tree Collapse file tree Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments