Skip to content

Commit 178e444

Browse files
committed
Align Copilot callout width
Constrain the homepage Copilot callout to the same 748px content measure as the pattern comparison above it. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 59dbd278-4a95-4fc4-8ec9-e238479eb5e4
1 parent 57f7074 commit 178e444

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

site/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2107,12 +2107,12 @@ footer a:hover {
21072107
display: flex;
21082108
align-items: center;
21092109
gap: 16px;
2110+
max-width: 748px;
21102111
background: var(--surface);
21112112
border: 1px solid var(--accent);
21122113
border-radius: 12px;
21132114
padding: 16px 24px;
2114-
margin-top: 16px;
2115-
margin-bottom: 8px;
2115+
margin: 16px auto 8px;
21162116
}
21172117
.copilot-icon {
21182118
width: 36px;

0 commit comments

Comments
 (0)