We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5a066 commit 3976b5bCopy full SHA for 3976b5b
src/app/pages/partners/partners.scss
@@ -40,10 +40,18 @@
40
}
41
42
.banner {
43
+ background-image: url('/dist/images/partners/header-right.jpg');
44
+ background-position: right;
45
+ background-repeat: no-repeat;
46
+ background-size: 55%;
47
border-bottom: thin solid os-color(green);
48
padding-bottom: 8rem;
49
position: relative;
50
51
+ @include width-up-to($tablet-max) {
52
+ background-image: none;
53
+ }
54
+
55
a {
56
color: adjust-color(text-color(link), $lightness: + 30%);
57
@@ -73,10 +81,10 @@
73
81
.text-block {
74
82
text-align: left;
75
83
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
80
88
89
90
src/images/partners/header-right.jpg
138 KB
src/images/partners/partner-heading-bg.webp
-3.79 KB
0 commit comments