aboutsummaryrefslogtreecommitdiffstats
path: root/static/resume.css
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2023-12-20 18:05:09 -0500
committermjfernez <mjf@mjfer.net>2023-12-20 18:05:09 -0500
commitc9c4836054d86b00a5d5250dddf233ec61936689 (patch)
tree1889fe961169840e6409b8bb24a34cb9032ca3cf /static/resume.css
parentffaf559823842b8643c55c53aeab6ac6c25c1f4b (diff)
downloadezcms-c9c4836054d86b00a5d5250dddf233ec61936689.tar.gz
Simplify CSS
Diffstat (limited to 'static/resume.css')
-rw-r--r--static/resume.css30
1 files changed, 3 insertions, 27 deletions
diff --git a/static/resume.css b/static/resume.css
index b1ff032..1d0ba12 100644
--- a/static/resume.css
+++ b/static/resume.css
@@ -94,35 +94,11 @@ iframe {
}
@media screen and (max-device-width: 480px) {
- h1 {
- font-size: 150%;
- }
- h2 {
- font-size: 125%;
- text-align: center;
- }
- h3 {
- font-size: 100%;
- text-align: center;
- }
- h4 {
- font-size: 70%;
- }
- body {
- max-width: 100%;
- font-size: 100%;
- }
.license {
font-size: 0;
}
- p {
- margin-top: 5%;
- margin-bottom: 5%;
- }
- code.longboi {
- font-size: 65%;
- }
- .content {
- text-align: left;
+ .longboi {
+ word-wrap: break-word;
+ font-size: 50%;
}
}