mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
Slight css tweaks for landing page images
This commit is contained in:
parent
e7db6f1402
commit
19b5710734
1 changed files with 2 additions and 2 deletions
|
@ -454,7 +454,7 @@ header h2 {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
left: 0;
|
left: 0;
|
||||||
padding: 2em 20px 4em;
|
padding: 2em 100px 4em;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -856,7 +856,7 @@ a:hover code {
|
||||||
.imageAlignSide .blockImage {
|
.imageAlignSide .blockImage {
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
flex: 0 1 500px;
|
flex: 0 1 500px;
|
||||||
margin-right: 20px;
|
margin-right: 40px;
|
||||||
}
|
}
|
||||||
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
|
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
|
||||||
.imageAlignSide .blockImage {
|
.imageAlignSide .blockImage {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue