diff options
author | mjfernez <mjf@mjfer.net> | 2023-12-20 18:19:28 -0500 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2023-12-20 18:19:28 -0500 |
commit | ad7a378b801b0071182ef3205867d55a7697f775 (patch) | |
tree | ed450e7b15ecfad597cc591639d6aa9ff2316007 /static/main.css | |
parent | c9c4836054d86b00a5d5250dddf233ec61936689 (diff) | |
download | ezcms-ad7a378b801b0071182ef3205867d55a7697f775.tar.gz |
Revert to original CSS, no improvements
Diffstat (limited to 'static/main.css')
-rw-r--r-- | static/main.css | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/static/main.css b/static/main.css index 347a756..e08dcd8 100644 --- a/static/main.css +++ b/static/main.css @@ -97,12 +97,36 @@ iframe { 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; } - .longboi { - word-wrap: break-word; - font-size: 50%; + p { + margin-top: 5%; + margin-bottom: 5%; + } + code.longboi { + font-size: 65%; + } + .content { + text-align: left; } } |