diff options
author | mjfernez <mjf@mjfer.net> | 2023-12-20 16:50:47 -0500 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2023-12-20 16:50:47 -0500 |
commit | a035f46f8a45981bf8805968b23d70bc574183a5 (patch) | |
tree | e1c487f12d073644c559edf9c2971cdf15f752f7 /static | |
parent | 7a83dc2a91c67462fa9e530a9d08c6f63a7e0ccd (diff) | |
download | ezcms-a035f46f8a45981bf8805968b23d70bc574183a5.tar.gz |
Remove mobile formatting
Diffstat (limited to 'static')
-rw-r--r-- | static/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/main.css b/static/main.css index 6257d80..cbc338e 100644 --- a/static/main.css +++ b/static/main.css @@ -96,7 +96,7 @@ iframe { .longboi { word-wrap: break-word; } - +/* @media screen and (max-device-width: 480px) { h1 { font-size: 150%; @@ -127,4 +127,4 @@ iframe { .content { text-align: left; } -} +}*/ |