summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2025-09-17 01:39:28 -0400
committersotech117 <michael_foiani@brown.edu>2025-09-17 01:39:28 -0400
commit553f5d114886e0c856845a7721f091985b6db09f (patch)
tree322209eafc9d33cc16579d60b2629660e0810948
parentf202f304450cc32057a51acd0df740b4bf3d727c (diff)
make desktop format better
-rw-r--r--resume.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/resume.html b/resume.html
index f56696e..6d67b63 100644
--- a/resume.html
+++ b/resume.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
- <title>Michael Foiani Frontend Resume</title>
+ <title>Michael Foiani Resume</title>
<meta name="description" content="Michael Foiani's Frontend Resume 2025" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="favicon.ico" />
@@ -23,8 +23,10 @@
/* 1rem = 16px = 12pt font */
font-size: 1rem;
- /* margins */
- margin: 1rem 2rem;
+ /* Margins */
+ margin: 1rem auto;
+ max-width: 850px;
+ padding: 0 2.5vw;
}
header {
@@ -87,6 +89,7 @@
/* Margins */
margin: 0.25in 0.5in;
+ padding: 0;
}
}