Skip to content

Commit 88a63a6

Browse files
2.8.5
1 parent 5feaefc commit 88a63a6

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

dist/saratoga.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3328,10 +3328,9 @@ section.big-news {
33283328
--grid-row-gap: 5px;
33293329
--columns: auto;
33303330
--secondary-text-color: var(--lightgray);
3331-
--link-color: var(--text-color);
33323331
}
33333332

3334-
@media (min-width: 630px) {
3333+
@media (min-width: 797px) {
33353334
.ai-summary .grid {
33363335
grid-auto-flow: column;
33373336
align-items: baseline;
@@ -3344,16 +3343,20 @@ section.big-news {
33443343

33453344
.ai-summary-header {
33463345
display: flex;
3347-
gap: var(--space-sm);
3346+
gap: 5px;
33483347
align-items: center;
33493348
}
33503349

33513350
.ai-summary p {
3352-
font-size: 0.677em;
3351+
font-size: 0.67em;
33533352
color: var(--darkgray);
33543353
margin: 0;
33553354
}
33563355

3356+
.ai-summary p a {
3357+
display: inline-block;
3358+
}
3359+
33573360
.ai-summary ul {
33583361
list-style-type: square;
33593362
font-size: 0.78em;

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saratoga-design-system",
3-
"version": "2.8.4",
3+
"version": "2.8.5",
44
"scripts": {
55
"build": "npx sass --no-source-map builds:dist",
66
"version": "npm run build && git add -A dist",

0 commit comments

Comments
 (0)