We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd2f8d commit b7f7a2aCopy full SHA for b7f7a2a
src/main.rs
@@ -64,7 +64,10 @@ fn App() -> Html {
64
let main_container_css = css! {
65
display: flex;
66
flex-direction: column;
67
- margin: 10px;
+ margin-top: 20px;
68
+ margin-left: 10px;
69
+ margin-right: 10px;
70
+ margin-bottom: 30px;
71
};
72
let content_container_css = css! {
73
align-self: center;
src/pages/resume.rs
@@ -4,7 +4,7 @@ use yew::prelude::*;
4
5
const PDF_MIN_HEIGHT: &str = "500px";
6
const PDF_HEIGHT: &str = "100vh";
7
-const PDF_HEIGHT_PADDING: &str = "250px";
+const PDF_HEIGHT_PADDING: &str = "270px";
8
const PDF_MAX_HEIGHT: &str = "11in";
9
const PDF_WIDTH: &str = "100vw";
10
const PDF_MAX_WIDTH: &str = "8.5in";
0 commit comments