aboutsummaryrefslogtreecommitdiff
path: root/src/styles/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/global.css')
-rw-r--r--src/styles/global.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styles/global.css b/src/styles/global.css
index 4950d01..e5147f8 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -23,3 +23,7 @@ body {
.root-content {
width: 95%;
margin: auto; }
+
+@media only screen and (max-device-width: 480px) {
+ .root-content {
+ width: 95%; } }