diff options
author | mjfernez <mjf@mjfer.net> | 2023-12-20 17:08:29 -0500 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2023-12-20 17:08:29 -0500 |
commit | ffaf559823842b8643c55c53aeab6ac6c25c1f4b (patch) | |
tree | 6e126c4aa5fd3e1a3624192af703e9f2c823672d /static/main.css | |
parent | 44bbff70a46454ccd099083ad554911fd71ae098 (diff) | |
download | ezcms-ffaf559823842b8643c55c53aeab6ac6c25c1f4b.tar.gz |
Better fix for mobile view
Diffstat (limited to 'static/main.css')
-rw-r--r-- | static/main.css | 31 |
1 files changed, 5 insertions, 26 deletions
diff --git a/static/main.css b/static/main.css index cbc338e..18bebbc 100644 --- a/static/main.css +++ b/static/main.css @@ -96,35 +96,14 @@ iframe { .longboi { word-wrap: break-word; } -/* + @media screen and (max-device-width: 480px) { - h1 { - font-size: 150%; - } - h2 { - font-size: 125%; - } - h3 { - font-size: 115%; - } - h4 { - font-size: 100%; - } - body { - max-width: 100%; - font-size: 100%; - } .license { font-size: 0; } - p { - margin-top: 5%; - margin-bottom: 5%; - } - code.longboi { + .longboi { + word-wrap: break-word; + font-size: 65%; } - .content { - text-align: left; - } -}*/ +} |