Skip to content

Commit

Permalink
chore: better alignment for homepage logos (#12218)
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni committed Jan 5, 2022
1 parent c580f83 commit 80a5523
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/static/css/jest.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,16 @@
padding: 12px 0;
}

.logos {
align-items: baseline;
}

.logos > a {
margin-left: 0;
}

.logos > p.others {
padding-top: 1.5rem !important;
align-self: center;
}

@media only screen and (min-width: 736px) {
Expand Down

0 comments on commit 80a5523

Please sign in to comment.