|
@@ -5,6 +5,20 @@
|
|
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
|
|
<link rel="icon" type="img/ico" href="/images/favicon">
|
|
<link rel="icon" type="img/ico" href="/images/favicon">
|
|
|
<title>Resume | Lee Morgan</title>
|
|
<title>Resume | Lee Morgan</title>
|
|
|
|
|
+ <style>
|
|
|
|
|
+ body, html{
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ }
|
|
|
|
|
+ body{
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ }
|
|
|
|
|
+ iframe{
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ max-width: 1250px;
|
|
|
|
|
+ }
|
|
|
|
|
+ </style>
|
|
|
</head>
|
|
</head>
|
|
|
<body>
|
|
<body>
|
|
|
<iframe src="/resume/pdf">
|
|
<iframe src="/resume/pdf">
|