summaryrefslogtreecommitdiff
path: root/resume.html
diff options
context:
space:
mode:
Diffstat (limited to 'resume.html')
-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;
}
}