diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-15 23:34:41 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-15 23:34:41 +0530 |
commit | 17c22b6078057ff70ad80e4315a8d7758a0605e4 (patch) | |
tree | 6044e92b79d1be67cb6fa60f52bca774b04936d4 /src/styles/global.scss | |
parent | f98be4ca3816dcad16029fee30b66c9219c4cd57 (diff) |
tweaked the site for basic mobile use
Diffstat (limited to 'src/styles/global.scss')
-rw-r--r-- | src/styles/global.scss | 6 |
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%; + } +} |