diff options
| author | jackyzha0 <[email protected]> | 2021-04-11 10:45:10 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-04-11 10:45:10 -0700 |
| commit | 3f0cdc02b275e24771226417c442125f74bcd8c1 (patch) | |
| tree | cb260e22f9f92fb8e4afd6c05a26ebe62e804b1a /frontend/src/theme/GlobalStyle.js | |
| parent | base next refactor (diff) | |
| download | ctrl-v-3f0cdc02b275e24771226417c442125f74bcd8c1.tar.xz ctrl-v-3f0cdc02b275e24771226417c442125f74bcd8c1.zip | |
safely remove style.css
Diffstat (limited to 'frontend/src/theme/GlobalStyle.js')
| -rw-r--r-- | frontend/src/theme/GlobalStyle.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/src/theme/GlobalStyle.js b/frontend/src/theme/GlobalStyle.js index 94e4b57..2942687 100644 --- a/frontend/src/theme/GlobalStyle.js +++ b/frontend/src/theme/GlobalStyle.js @@ -8,4 +8,10 @@ export default createGlobalStyle` font-family: 'JetBrains Mono', monospace; color: ${(p) => p.theme.colors.text}; } + + @media all and (max-width: 1000px) { + .lt-content-column { + padding: 0 calc(5vw + 1em) 0 5vw !important; + } + } `
\ No newline at end of file |