fix(v2): align GH button in vertical center (#2119)

This commit is contained in:
Alexey Pyltsyn 2019-12-13 00:49:37 +03:00 committed by Yangshun Tay
parent 26a3d72c84
commit 4f0ae6d117

View file

@ -93,6 +93,8 @@
}
.indexCtas {
display: flex;
align-items: center;
margin-top: 24px;
}
@ -112,7 +114,7 @@
}
.indexCtasGitHubButtonWrapper {
vertical-align: sub;
display: flex;
}
.indexCtasGitHubButton {
@ -143,7 +145,7 @@
}
.indexCtas {
text-align: center;
justify-content: center;
}
.indexCtasGitHubButton {