diff options
author | mjfernez <mjf@mjfer.net> | 2021-11-07 18:04:53 -0500 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2021-11-07 18:04:53 -0500 |
commit | 32288da98aa7e2f61e2b0f656614e6db3c87ddd3 (patch) | |
tree | d66e6a9209e41f18df7079b5b22c8480db3bc1bf /static/main.css | |
parent | 9272d1b1b63984fcf0cfab8c27cdc271b0fe29c5 (diff) | |
download | ezcms-32288da98aa7e2f61e2b0f656614e6db3c87ddd3.tar.gz |
Add images for home page
Diffstat (limited to 'static/main.css')
-rw-r--r-- | static/main.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/static/main.css b/static/main.css index 3e60bff..3834e8b 100644 --- a/static/main.css +++ b/static/main.css @@ -73,7 +73,8 @@ table { border-spacing: 0 10px; } td { - text-align: left + text-align: left; + padding: 2%; } img { max-width: 100%; @@ -83,19 +84,18 @@ img { img.icon { filter: invert(50%); } -/* some Stallman trickery for making mobile text bigger */ @media screen and (max-device-width: 480px) { - body { + body { max-width: 100%; font-size: 90%; - } - .license { + } + .license { font-size: 0; - } - p { + } + p { margin-top: 5%; margin-bottom: 5%; - } + } code.longboi { font-size: 65%; } |