Skip to content

Commit 3976b5b

Browse files
committed
Include header image
1 parent fb5a066 commit 3976b5b

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

src/app/pages/partners/partners.scss

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,18 @@
4040
}
4141

4242
.banner {
43+
background-image: url('/dist/images/partners/header-right.jpg');
44+
background-position: right;
45+
background-repeat: no-repeat;
46+
background-size: 55%;
4347
border-bottom: thin solid os-color(green);
4448
padding-bottom: 8rem;
4549
position: relative;
4650

51+
@include width-up-to($tablet-max) {
52+
background-image: none;
53+
}
54+
4755
a {
4856
color: adjust-color(text-color(link), $lightness: + 30%);
4957

@@ -73,10 +81,10 @@
7381
.text-block {
7482
text-align: left;
7583

76-
// @include wider-than($phone-max) {
77-
// max-width: 57rem;
78-
// width: 50%;
79-
// }
84+
@include wider-than($tablet-max) {
85+
max-width: 57rem;
86+
width: 50%;
87+
}
8088
}
8189
}
8290

138 KB
Loading
-3.79 KB
Binary file not shown.

0 commit comments

Comments
 (0)