diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-01-13 15:59:54 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-01-13 15:59:54 -0500 |
| commit | 87cda04dbba92da79272480e0086668c09366c75 (patch) | |
| tree | 89644b0418b6b796152bd031091815b7c991a9b6 | |
| parent | 8cbb3e0dbf5b3ce39887267528f163ffbb2d4a87 (diff) | |
| download | resume-87cda04dbba92da79272480e0086668c09366c75.zip | |
mobile rendering
| -rw-r--r-- | resume.html | 1 | ||||
| -rw-r--r-- | style.css | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/resume.html b/resume.html index fbc5f76..e8146c5 100644 --- a/resume.html +++ b/resume.html @@ -2,6 +2,7 @@ <html lang="en-us"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="style.css"> <!-- <link rel="stylesheet" href="preview.css"> --> <link rel="stylesheet" href="/fonts/plex/packages/plex-serif/fonts/split/woff2/IBMPlexSerif-Medium.css"> @@ -17,7 +17,7 @@ body { width: var(--linewid); margin: 0 auto; - padding-top: .25in; + padding: .25in .5em; } /* Typeface */ |