fix: remove nonstandard font spec

This commit is contained in:
unix
2020-03-23 06:39:46 +08:00
parent a23d8b3d63
commit b347906c19
2 changed files with 3 additions and 4 deletions

View File

@@ -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;
}

View File

@@ -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>