This repository was archived by the owner on Feb 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
src/pages/app-our-work-single Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 131131 }
132132 }
133133 }
134+
134135 h2 {
135136 color : $gray-dark ;
136137 font-family : ' Muli' ;
145146 }
146147
147148 @include media-breakpoint-down (sm) {
149+ line-height : normal ;
150+ margin-bottom : 2rem ;
151+ margin-left : 25px ;
148152 text-align : left ;
149- padding : 0 28 px ;
153+ width : 70 % ;
150154 }
151155
152156 @include media-breakpoint-down (xs) {
174178 .project-content-icons {
175179 @include media-breakpoint-down (sm) {
176180 display : flex ;
177- justify-content : center ;
181+ justify-content : space-evenly ;
178182 margin-top : 60px ;
179183 }
180184
181185 img {
182186 margin : 10px 40px 10px 0 ;
183187
184188 @include media-breakpoint-down (sm) {
185- margin : 10 px 20 px 10px 0 ;
189+ margin : 0 10px ;
186190 }
187191 }
188192 }
192196
193197 @include media-breakpoint-down (sm) {
194198 display : flex ;
195- justify-content : center ;
199+ justify-content : space-evenly ;
196200 margin-top : 140px ;
197201 }
198-
199- a {
200- margin : 10px 20px 10px 0 ;
201- }
202202 }
203203 }
204204
397397
398398 .images-col {
399399 position : relative ;
400+
400401 img {
401402 width : 150px ;
402403 height : 300px ;
You can’t perform that action at this time.
0 commit comments