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

Commit 34112f6

Browse files
authored
Merge pull request #485 from openforge/fix/regression
fix(): some regression
2 parents 5ff58ff + b9f6744 commit 34112f6

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

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

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
display: flex;
1111
justify-content: center;
1212

13+
app-img {
14+
width: 100%;
15+
16+
img {
17+
width: 100%;
18+
}
19+
}
20+
1321
.logo {
1422
height: 260px;
1523
width: 260px;
@@ -103,7 +111,7 @@
103111
}
104112

105113
@include media-breakpoint-down(sm) {
106-
position: initial;
114+
position: absolute;
107115
right: initial;
108116
}
109117
}
@@ -193,7 +201,7 @@
193201
@include media-breakpoint-down(sm) {
194202
display: flex;
195203
justify-content: space-evenly;
196-
margin-top: 140px;
204+
margin-top: 30rem;
197205
}
198206

199207
a {
@@ -387,6 +395,13 @@
387395
}
388396

389397
.more-project-single {
398+
@include media-breakpoint-down(sm) {
399+
justify-content: center;
400+
align-items: center;
401+
display: flex;
402+
flex-direction: column;
403+
}
404+
390405
p {
391406
color: $gray-dark;
392407
font-family: 'Muli';
@@ -410,6 +425,10 @@
410425
width: 150px;
411426
height: 300px;
412427

428+
@include media-breakpoint-down(sm) {
429+
margin-right: 70px;
430+
}
431+
413432
&:last-child {
414433
position: absolute;
415434
top: 50px;

0 commit comments

Comments
 (0)