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

Commit 4c2a54b

Browse files
committed
fix(): add correct space
1 parent d639eac commit 4c2a54b

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,18 @@
199199
justify-content: space-evenly;
200200
margin-top: 140px;
201201
}
202+
203+
a {
204+
margin-right: 30px;
205+
206+
@include media-breakpoint-down(md) {
207+
margin-right: 20px;
208+
}
209+
210+
@include media-breakpoint-down(sm) {
211+
margin-right: 10px;
212+
}
213+
}
202214
}
203215
}
204216

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -249,15 +249,7 @@
249249
margin: 4rem 0 2rem;
250250

251251
a {
252-
margin: 0 30px;
253-
254-
@include media-breakpoint-down(md) {
255-
margin: 0 20px;
256-
}
257-
258-
@include media-breakpoint-down(sm) {
259-
margin: 0 10px;
260-
}
252+
margin: 0 10px;
261253
}
262254

263255
@include media-breakpoint-down(sm) {

0 commit comments

Comments
 (0)