Skip to content

Commit c2fb6d2

Browse files
additional key takeaways style updates to include grid class styles not in amp build
1 parent aa435e3 commit c2fb6d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dist/amp.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1741,7 +1741,7 @@ footer {
17411741

17421742
@media (max-width: 800px) {
17431743
.story-body .ai-summary-wrapper {
1744-
margin: var(--space);
1744+
margin: var(--space) 0;
17451745
}
17461746
}
17471747

@@ -1757,9 +1757,10 @@ footer {
17571757

17581758
@media (min-width: 797px) {
17591759
.ai-summary .grid {
1760+
display: grid;
17601761
grid-auto-flow: column;
1762+
gap: var(--grid-row-gap) var(--grid-column-gap);
17611763
align-items: baseline;
1762-
}
17631764
}
17641765

17651766
.ai-summary .expander {

0 commit comments

Comments
 (0)