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

Commit 064aeb3

Browse files
committed
fix(): some regression
1 parent 5ff58ff commit 064aeb3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
}
104104

105105
@include media-breakpoint-down(sm) {
106-
position: initial;
106+
position: absolute;
107107
right: initial;
108108
}
109109
}
@@ -193,7 +193,7 @@
193193
@include media-breakpoint-down(sm) {
194194
display: flex;
195195
justify-content: space-evenly;
196-
margin-top: 140px;
196+
margin-top: 30rem;
197197
}
198198

199199
a {
@@ -387,6 +387,13 @@
387387
}
388388

389389
.more-project-single {
390+
@include media-breakpoint-down(sm) {
391+
justify-content: center;
392+
align-items: center;
393+
display: flex;
394+
flex-direction: column;
395+
}
396+
390397
p {
391398
color: $gray-dark;
392399
font-family: 'Muli';

0 commit comments

Comments
 (0)