diff options
| author | mjfernez <mjf@mjfer.net> | 2023-12-20 18:05:09 -0500 | 
|---|---|---|
| committer | mjfernez <mjf@mjfer.net> | 2023-12-20 18:05:09 -0500 | 
| commit | c9c4836054d86b00a5d5250dddf233ec61936689 (patch) | |
| tree | 1889fe961169840e6409b8bb24a34cb9032ca3cf /static | |
| parent | ffaf559823842b8643c55c53aeab6ac6c25c1f4b (diff) | |
| download | ezcms-c9c4836054d86b00a5d5250dddf233ec61936689.tar.gz | |
Simplify CSS
Diffstat (limited to 'static')
| -rw-r--r-- | static/main.css | 3 | ||||
| -rw-r--r-- | static/resume.css | 30 | 
2 files changed, 4 insertions, 29 deletions
| diff --git a/static/main.css b/static/main.css index 18bebbc..347a756 100644 --- a/static/main.css +++ b/static/main.css @@ -103,7 +103,6 @@ iframe {      }      .longboi {          word-wrap: break-word; - -        font-size: 65%; +        font-size: 50%;      }  } 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%;      }  } | 
