Tweaked CSS slightly
This commit is contained in:
parent
8418c1a9a2
commit
7b202cdd64
8 changed files with 61 additions and 40 deletions
14
src/app.tsx
14
src/app.tsx
|
@ -13,13 +13,19 @@ const GlobalStyle = createGlobalStyle`
|
|||
body {
|
||||
background-color: ${selectedTheme.backgroundColor};
|
||||
font-family: Roboto, sans-serif;
|
||||
|
||||
margin: auto;
|
||||
max-width: 95%;
|
||||
max-height: 100%;
|
||||
|
||||
@media (min-width: 1366px) {
|
||||
max-width: 70%;
|
||||
}
|
||||
|
||||
}
|
||||
`;
|
||||
|
||||
const AppContainer = styled.div`
|
||||
max-width: 95%;
|
||||
margin: auto;
|
||||
`;
|
||||
const AppContainer = styled.div``;
|
||||
|
||||
const App = () => (
|
||||
<>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue