luna-one 3.1.434 → 3.1.435
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.
|
@@ -344,13 +344,13 @@
|
|
|
344
344
|
p {
|
|
345
345
|
-webkit-box-sizing: border-box;
|
|
346
346
|
box-sizing: border-box;
|
|
347
|
-
height:
|
|
347
|
+
height: 23px;
|
|
348
348
|
-ms-flex-item-align: end;
|
|
349
349
|
-ms-grid-row-align: end;
|
|
350
350
|
align-self: end;
|
|
351
351
|
font-size: $body-font-size;
|
|
352
352
|
color: $trimble-blue;
|
|
353
|
-
line-height:
|
|
353
|
+
line-height: 28px;
|
|
354
354
|
margin: 0;
|
|
355
355
|
padding: 7px 8px;
|
|
356
356
|
white-space: nowrap;
|
|
@@ -359,7 +359,6 @@
|
|
|
359
359
|
|
|
360
360
|
@media screen and (min-width: $breakpoint-md) {
|
|
361
361
|
padding: 7px 18px;
|
|
362
|
-
height: 23x;
|
|
363
362
|
}
|
|
364
363
|
|
|
365
364
|
&.featured-link {
|