aboutsummaryrefslogtreecommitdiff
path: root/src/styles/global.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/global.scss')
-rw-r--r--src/styles/global.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/styles/global.scss b/src/styles/global.scss
index 282c790..a3727ec 100644
--- a/src/styles/global.scss
+++ b/src/styles/global.scss
@@ -14,3 +14,9 @@ body {
width: 95%;
margin: auto;
}
+
+@media only screen and (max-device-width: 480px) {
+ .root-content {
+ width: 95%;
+ }
+}