mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-19 20:17:06 +02:00
parent
8e98337d79
commit
e7f757bb5f
3 changed files with 14 additions and 14 deletions
|
@ -727,7 +727,7 @@ code {
|
|||
box-shadow: 2px 0 rgba(46, 133, 85, 0.07), -2px 0 rgba(46, 133, 85, 0.07);
|
||||
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