mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
Update the Docusaurus help page
This commit is contained in:
parent
d97e2e9d81
commit
8481791221
2 changed files with 11 additions and 9 deletions
|
@ -727,7 +727,7 @@ code {
|
|||
box-shadow: 2px 0 $codeColor, -2px 0 $codeColor;
|
||||
color: inherit;
|
||||
border-radius: .3em;
|
||||
font-family: "SFMono-Regular",source-code-pro,Menlo,Monaco,Consolas,"Roboto Mono","Droid Sans Mono","Liberation Mono",Consolas,"Courier New",Courier,monospace;
|
||||
font-family: "SFMono-Regular",source-code-pro,Menlo,Monaco,Consolas,"Roboto Mono","Droid Sans Mono","Liberation Mono",Consolas,"Courier New",Courier,monospace;
|
||||
/* avoids scale issues on mobile */
|
||||
word-break: break-word;
|
||||
}
|
||||
|
@ -922,7 +922,7 @@ pre code {
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
margin: -10px -20px;
|
||||
margin: -10px;
|
||||
}
|
||||
.gridBlock .twoByGridBlock {
|
||||
box-sizing: border-box;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue