File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed
Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -191,10 +191,25 @@ Got questions or you just want to get in touch? Use our issues page or one of th
191191
192192Pester is sponsored by:
193193
194- <a href="https://chocolatey.org/"><img src="https://chocolatey.org/assets/images/global-shared/logo-square.svg" height="64" /></a>
195- <a href="https://www.lambdatest.com/" target="_blank"><img src="https://www.lambdatest.com/blue-logo.png" height="64" /></a>
196- <a href="https://www.dotcom-monitor.com/" target="_blank"><img src="images/readme/dotcom-monitor-logo.png" height="64" /></a>
197- <a href="https://www.loadview-testing.com/" target="_blank"><img src="images/readme/loadview-logo.png" height="64" /></a>
194+ <style>
195+ .sponsor-logo {
196+ max-height: 64px;
197+ max-width: 255px;
198+ padding: 15px;
199+ vertical-align: middle;
200+ }
201+
202+ @media (max-width: 767px) {
203+ .markdown-body {
204+ padding: 15px;
205+ }
206+ }
207+ </style>
208+
209+ <a href="https://chocolatey.org/"><img src="https://chocolatey.org/assets/images/global-shared/logo-square.svg" class="sponsor-logo" /></a>
210+ <a href="https://www.lambdatest.com/" target="_blank"><img src="https://www.lambdatest.com/blue-logo.png" class="sponsor-logo" /></a>
211+ <a href="https://www.dotcom-monitor.com/" target="_blank"><img src="images/readme/dotcom-monitor-logo.png" class="sponsor-logo" /></a>
212+ <a href="https://www.loadview-testing.com/" target="_blank"><img src="images/readme/loadview-logo.png" class="sponsor-logo" /></a>
198213
199214As well as all the great folks on [OpenCollective](https://opencollective.com/pester) and [GitHub](https://github.com/users/nohwnd/sponsorship#sponsors).
200215
You can’t perform that action at this time.
0 commit comments