aboutsummaryrefslogtreecommitdiffstats
path: root/static/main.css
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2021-11-07 18:04:53 -0500
committermjfernez <mjf@mjfer.net>2021-11-07 18:04:53 -0500
commit32288da98aa7e2f61e2b0f656614e6db3c87ddd3 (patch)
treed66e6a9209e41f18df7079b5b22c8480db3bc1bf /static/main.css
parent9272d1b1b63984fcf0cfab8c27cdc271b0fe29c5 (diff)
downloadezcms-32288da98aa7e2f61e2b0f656614e6db3c87ddd3.tar.gz
Add images for home page
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css16
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%;
}