aboutsummaryrefslogtreecommitdiffstats
path: root/static/main.css
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2022-02-25 20:12:23 -0500
committermjfernez <mjf@mjfer.net>2022-02-25 20:12:23 -0500
commitcab7bb8f3f4497dde513984c8a81e9d125a122d0 (patch)
treec3f75c3aa8c6e17396c09fc1302de628919f0a51 /static/main.css
parent1ac3a30c46e099436ccdb254a55a07cb62d9588a (diff)
downloadezcms-cab7bb8f3f4497dde513984c8a81e9d125a122d0.tar.gz
Update main css. Add new CSS for resume
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/static/main.css b/static/main.css
index 08ca707..82a3645 100644
--- a/static/main.css
+++ b/static/main.css
@@ -94,9 +94,21 @@ iframe {
}
@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: 90%;
+ font-size: 100%;
}
.license {
font-size: 0;
@@ -108,4 +120,7 @@ iframe {
code.longboi {
font-size: 65%;
}
+ .content {
+ text-align: left;
+ }
}