aboutsummaryrefslogtreecommitdiffstats
path: root/static/resume.css
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2023-12-20 18:19:28 -0500
committermjfernez <mjf@mjfer.net>2023-12-20 18:19:28 -0500
commitad7a378b801b0071182ef3205867d55a7697f775 (patch)
treeed450e7b15ecfad597cc591639d6aa9ff2316007 /static/resume.css
parentc9c4836054d86b00a5d5250dddf233ec61936689 (diff)
downloadezcms-ad7a378b801b0071182ef3205867d55a7697f775.tar.gz
Revert to original CSS, no improvements
Diffstat (limited to 'static/resume.css')
-rw-r--r--static/resume.css44
1 files changed, 36 insertions, 8 deletions
diff --git a/static/resume.css b/static/resume.css
index 1d0ba12..e08dcd8 100644
--- a/static/resume.css
+++ b/static/resume.css
@@ -15,19 +15,19 @@ h3.center {
text-align: center;
}
h1 {
- font-size: 150%;
+ font-size: 200%;
color: #000000;
}
h2 {
- font-size: 125%;
+ font-size: 175%;
color: #202020;
}
h3 {
- font-size: 100%;
+ font-size: 150%;
color: #404040;
}
h4 {
- font-size: 90%;
+ font-size: 125%;
color: #808080;
}
body {
@@ -45,6 +45,10 @@ p {
small {
font-size: 75%;
}
+ul {
+ display: inline-block;
+ text-align: left;
+}
code {
display: inline-block;
font-size: 125%;
@@ -80,7 +84,7 @@ iframe {
}
.content {
text-align: justify;
- max-width: 90%;
+ max-width: 85%;
display: inline-block;
}
.license {
@@ -93,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;
}
}