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

Commit 2d62a2e

Browse files
authored
Merge pull request #474 from openforge/fix/ourwork-store
fix(our work): our work store buttons
2 parents a798455 + 4c2a54b commit 2d62a2e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
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
@@ -195,6 +195,18 @@
195195
justify-content: space-evenly;
196196
margin-top: 140px;
197197
}
198+
199+
a {
200+
margin-right: 30px;
201+
202+
@include media-breakpoint-down(md) {
203+
margin-right: 20px;
204+
}
205+
206+
@include media-breakpoint-down(sm) {
207+
margin-right: 10px;
208+
}
209+
}
198210
}
199211
}
200212

0 commit comments

Comments
 (0)