Skip to content

Commit 33f3dd1

Browse files
fix gap/spacing on breaking news banner
1 parent 683a41d commit 33f3dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/css/cards/breaking-news-banner.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
display: flex;
1616
flex-direction: row;
1717
justify-content: space-between;
18+
gap: var(--space-sm);
1819
max-width: var(--section-width);
1920
margin: 0 auto;
2021
padding: 10px;
@@ -31,7 +32,6 @@
3132
}
3233

3334
.breaking-news-macro div.close-breaking-news {
34-
padding-left: 20px;
3535
opacity: 1;
3636
transition: all .6s ease;
3737
min-width: 10px;

0 commit comments

Comments
 (0)