mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +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 {
|
.indexCtas {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -112,7 +114,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.indexCtasGitHubButtonWrapper {
|
.indexCtasGitHubButtonWrapper {
|
||||||
vertical-align: sub;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.indexCtasGitHubButton {
|
.indexCtasGitHubButton {
|
||||||
|
@ -143,7 +145,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.indexCtas {
|
.indexCtas {
|
||||||
text-align: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.indexCtasGitHubButton {
|
.indexCtasGitHubButton {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue