diff options
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 |