We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683a41d commit 33f3dd1Copy full SHA for 33f3dd1
static/css/cards/breaking-news-banner.css
@@ -15,6 +15,7 @@
15
display: flex;
16
flex-direction: row;
17
justify-content: space-between;
18
+ gap: var(--space-sm);
19
max-width: var(--section-width);
20
margin: 0 auto;
21
padding: 10px;
@@ -31,7 +32,6 @@
31
32
}
33
34
.breaking-news-macro div.close-breaking-news {
- padding-left: 20px;
35
opacity: 1;
36
transition: all .6s ease;
37
min-width: 10px;
0 commit comments