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

Commit b2558ae

Browse files
committed
fix(our work): header on tablet
1 parent 3172dc2 commit b2558ae

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
margin-top: 76px;
33

44
header {
5+
@include media-breakpoint-down(md) {
6+
background-image: url(assets/our-work/our-work-header.svg);
7+
}
8+
9+
@include media-breakpoint-down(sm) {
10+
background-image: none;
11+
}
12+
513
section {
614
align-items: center;
715
background-image: url(assets/our-work/our-work-header.svg);
@@ -14,12 +22,12 @@
1422

1523
@include media-breakpoint-down(md) {
1624
min-height: 350px;
25+
background-image: none;
1726
}
1827

1928
@include media-breakpoint-down(sm) {
2029
min-height: initial;
2130
margin-top: calc(3rem + 76px);
22-
background-image: none;
2331
}
2432
}
2533

@@ -48,7 +56,7 @@
4856
text-align: center;
4957

5058
@include media-breakpoint-down(md) {
51-
width: 300px;
59+
width: 380px;
5260
}
5361
}
5462
}

0 commit comments

Comments
 (0)