Skip to content

Commit

Permalink
fix(v2): align GH button in vertical center
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed Dec 12, 2019
1 parent 26a3d72 commit 182f254
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/src/pages/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@
}

.indexCtas {
display: flex;
align-items: center;
margin-top: 24px;
}

Expand All @@ -112,7 +114,7 @@
}

.indexCtasGitHubButtonWrapper {
vertical-align: sub;
display: flex;
}

.indexCtasGitHubButton {
Expand Down Expand Up @@ -143,7 +145,7 @@
}

.indexCtas {
text-align: center;
justify-content: center;
}

.indexCtasGitHubButton {
Expand Down

0 comments on commit 182f254

Please sign in to comment.