Browse Source

Style resume page.

Lee Morgan 6 tháng trước cách đây
mục cha
commit
9ff505ec7e
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  1. 14 0
      views/resume/resume.html

+ 14 - 0
views/resume/resume.html

@@ -5,6 +5,20 @@
         <meta content="width=device-width, initial-scale=1" name="viewport">
         <link rel="icon" type="img/ico" href="/images/favicon">
         <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>
     <body>
         <iframe src="/resume/pdf">