aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/theme/GlobalStyle.js
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2021-04-11 10:45:10 -0700
committerjackyzha0 <[email protected]>2021-04-11 10:45:10 -0700
commit3f0cdc02b275e24771226417c442125f74bcd8c1 (patch)
treecb260e22f9f92fb8e4afd6c05a26ebe62e804b1a /frontend/src/theme/GlobalStyle.js
parentbase next refactor (diff)
downloadctrl-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.js6
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