Skip to content

Commit

Permalink
chore(website): minor CSS improvements to logos (#10410)
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Oct 19, 2020
1 parent e84a70c commit 8ea403d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/pages/en/index.js
Expand Up @@ -549,7 +549,7 @@ class Index extends React.Component {
</MarkdownBlock>
<div className="gridBlock logos">
{showcase}
<p>And many others</p>
<p className="others">And many others</p>
</div>
</div>
</div>
Expand Down
8 changes: 6 additions & 2 deletions website/static/css/jest.css
Expand Up @@ -152,8 +152,12 @@
padding-top: 10px;
}

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

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

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

0 comments on commit 8ea403d

Please sign in to comment.