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

Commit 440bf34

Browse files
committed
fix(our work): update styles on small screens
1 parent ff8fd42 commit 440bf34

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@
5858
@include media-breakpoint-down(md) {
5959
width: 380px;
6060
}
61+
62+
@include media-breakpoint-down(sm) {
63+
width: initial;
64+
}
6165
}
6266
}
6367

@@ -128,6 +132,10 @@
128132
@include media-breakpoint-down(sm) {
129133
margin-top: 30px;
130134
}
135+
136+
@include media-breakpoint-down(xs) {
137+
margin-bottom: 30px;
138+
}
131139
}
132140
}
133141

0 commit comments

Comments
 (0)