Skip to content

Commit e68f4eb

Browse files
add vertical margin to key takeaways element on amp pages
1 parent 5107862 commit e68f4eb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dist/amp.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,11 +1732,12 @@ footer {
17321732
/**
17331733
* AI Summary/Key Takeaways
17341734
*/
1735-
.ai-summary-wrapper {
1736-
padding: 2px;
1735+
.ai-summary-wrapper {
17371736
position: relative;
1738-
border-radius: 3px;
17391737
background: linear-gradient(0deg, #BD56FF, #0FB7FF);
1738+
margin: var(--space) 0;
1739+
padding: 2px;
1740+
border-radius: 3px;
17401741
}
17411742

17421743
@media (max-width: 800px) {

0 commit comments

Comments
 (0)