@pb33f/cowboy-components 0.5.7 → 0.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -53,5 +53,18 @@ export default css `
53
53
  margin-left: 25px;
54
54
  }
55
55
  }
56
+
57
+
58
+ @media only screen and (max-width: 500px) {
59
+ .logo {
60
+ width: 100px;
61
+ }
62
+
63
+ .logo-container {
64
+ width: 100%;
65
+ margin-left: 0;
66
+ }
67
+ }
68
+
56
69
 
57
70
  `;
@@ -2098,6 +2098,19 @@ Please report this to https://github.com/markedjs/marked.`,d){const m="<p>An err
2098
2098
  margin-left: 25px;
2099
2099
  }
2100
2100
  }
2101
+
2102
+
2103
+ @media only screen and (max-width: 500px) {
2104
+ .logo {
2105
+ width: 100px;
2106
+ }
2107
+
2108
+ .logo-container {
2109
+ width: 100%;
2110
+ margin-left: 0;
2111
+ }
2112
+ }
2113
+
2101
2114
 
2102
2115
  `;var Lmt=Object.defineProperty,Imt=Object.getOwnPropertyDescriptor,AX=(b,d,h,w)=>{for(var m=w>1?void 0:w?Imt(d,h):d,C=b.length-1,L;C>=0;C--)(L=b[C])&&(m=(w?L(d,h,m):L(m))||m);return w&&m&&Lmt(d,h,m),m};let fN=class extends I.LitElement{constructor(){super(),this.height=400,this.hero=!1,this.logos=[{name:"Google",svg:this.google,link:"https://google.com"},{name:"Okta",svg:this.okta,link:"https://okta.com"},{name:"Kong",svg:this.kong,link:"https://konghq.com/"},{name:"RedHat",svg:this.redhat,link:"https://redhat.com/"},{name:"Apache Software Foundation",svg:this.apache,link:"https://apache.org/"},{name:"apigee",svg:this.apigee,link:"https://apigee.com"},{name:"mongoDB",svg:this.mongodb,link:"https://mongodb.com/"},{name:"elastic",svg:this.elastic,link:"https://elastic.co/"},{name:"JPMorgan Chase",svg:this.jpmorgan,link:"https://www.jpmorgan.com/global"},{name:"HashiCorp",svg:this.hashicorp,link:"https://hashicorp.com/"},{name:"Speakeasy",svg:this.speakeasy,link:"https://speakeasy.com/"},{name:"scalar",svg:this.scalar,link:"https://scalar.com/"}]}render(){return I.html`
2103
2116
  <div style="width: 100%;">
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Princess Beef Heavy Industries Cowboy Components",
4
4
  "private": false,
5
5
  "license": "BUSL-1.1",
6
- "version": "0.5.7",
6
+ "version": "0.5.8",
7
7
  "type": "module",
8
8
  "main": "./dist/cowboy-components.umd.cjs",
9
9
  "module": "./dist/cowboy-components.js",