@primer/brand-css 0.70.0 → 0.71.0-rc.07b74ae3

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.
@@ -13,6 +13,10 @@
13
13
  padding: 0;
14
14
  }
15
15
 
16
+ .Tiles--layout-compact .Tiles-grid {
17
+ --tiles-columns: 4;
18
+ }
19
+
16
20
  @media screen and (min-width: 48rem) {
17
21
  .Tiles--layout-default .Tiles-grid {
18
22
  --tiles-columns: 4;
@@ -33,7 +37,7 @@
33
37
 
34
38
  @media screen and (min-width: 48rem) {
35
39
  .Tiles--layout-compact .Tiles-grid {
36
- --tiles-columns: 4;
40
+ --tiles-columns: 6;
37
41
  }
38
42
  }
39
43
 
@@ -137,7 +141,14 @@
137
141
 
138
142
  .Tiles--layout-compact .Tiles-item-media svg,
139
143
  .Tiles--layout-compact .Tiles-item-media img {
140
- height: var(--base-size-32);
144
+ height: var(--base-size-28);
145
+ }
146
+
147
+ @media screen and (min-width: 48rem) {
148
+ .Tiles--layout-compact .Tiles-item-media svg,
149
+ .Tiles--layout-compact .Tiles-item-media img {
150
+ height: var(--base-size-32);
151
+ }
141
152
  }
142
153
 
143
154
  .Tiles-item-label {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/brand-css",
3
- "version": "0.70.0",
3
+ "version": "0.71.0-rc.07b74ae3",
4
4
  "description": "CSS stylesheets for Primer Brand components",
5
5
  "keywords": [
6
6
  "primer",