Skip to content

Commit 19e43e4

Browse files
committed
Home callouts: top-align (align-items: center -> start) to match original
1 parent 1728177 commit 19e43e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/css/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ hr { border: 0; border-top: 1px dotted $text-faint; margin: 2rem 0; }
328328
display: grid;
329329
grid-template-columns: auto 1fr auto;
330330
gap: 1.5rem;
331-
align-items: center;
331+
align-items: start;
332332
max-width: 1022px;
333333
margin: 0 auto 2.5rem;
334334
padding: 0 1rem;

0 commit comments

Comments
 (0)