mirror of
https://github.com/zhigang1992/react.git
synced 2026-03-26 06:55:07 +08:00
fix: remove nonstandard font spec
This commit is contained in:
@@ -190,11 +190,11 @@ const CSSBaseline: React.FC<React.PropsWithChildren<{}>> = React.memo(({
|
||||
pre {
|
||||
border: 1px solid ${theme.palette.accents_2};
|
||||
border-radius: ${theme.layout.radius};
|
||||
padding: 1.25rem;
|
||||
margin: 1.5rem 0;
|
||||
padding: ${theme.layout.gap};
|
||||
margin: ${theme.layout.gap} 0;
|
||||
white-space: pre;
|
||||
overflow: auto;
|
||||
font-size: 0.75rem;
|
||||
font-size: 0.875rem;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
|
||||
@@ -61,7 +61,6 @@ export const Layout: React.FC<React.PropsWithChildren<Props>> = React.memo(({ ch
|
||||
padding-top: 25px;
|
||||
flex: 0 0 100%;
|
||||
padding-bottom: 150px;
|
||||
font-size: 15px;
|
||||
}
|
||||
`}</style>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user