Skip to content

Commit 31f8fb4

Browse files
2.8.3
1 parent a5ac19b commit 31f8fb4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/saratoga.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3255,6 +3255,7 @@ section.big-news {
32553255
display: flex;
32563256
flex-direction: row;
32573257
justify-content: space-between;
3258+
gap: var(--space-sm);
32583259
max-width: var(--section-width);
32593260
margin: 0 auto;
32603261
padding: 10px;
@@ -3271,7 +3272,6 @@ section.big-news {
32713272
}
32723273

32733274
.breaking-news-macro div.close-breaking-news {
3274-
padding-left: 20px;
32753275
opacity: 1;
32763276
transition: all 0.6s ease;
32773277
min-width: 10px;

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.2",
3+
"version": "2.8.3",
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)