Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 7764747

Browse files
authored
Merge pull request #462 from openforge/fix/our-work-mobile-centering
fix(app-our-work-single): update positioning and spacing for mobile
2 parents 6acf8a3 + ec3f6ba commit 7764747

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/pages/app-our-work-single/app-our-work-single.scss

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
}
132132
}
133133
}
134+
134135
h2 {
135136
color: $gray-dark;
136137
font-family: 'Muli';
@@ -145,8 +146,11 @@
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 28px;
153+
width: 70%;
150154
}
151155

152156
@include media-breakpoint-down(xs) {
@@ -174,15 +178,15 @@
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: 10px 20px 10px 0;
189+
margin: 0 10px;
186190
}
187191
}
188192
}
@@ -192,13 +196,9 @@
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

@@ -397,6 +397,7 @@
397397

398398
.images-col {
399399
position: relative;
400+
400401
img {
401402
width: 150px;
402403
height: 300px;

0 commit comments

Comments
 (0)