mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
fix(v2): align GH button in vertical center (#2119)
This commit is contained in:
parent
26a3d72c84
commit
4f0ae6d117
1 changed files with 4 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue