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

Commit d639eac

Browse files
committed
fix(our work): our work store buttons
1 parent e8fd71d commit d639eac

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

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

251251
a {
252-
margin: 0 10px;
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+
}
253261
}
254262

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

0 commit comments

Comments
 (0)