update resume layout

This commit is contained in:
b1ek 2023-03-09 23:47:22 +10:00
parent 5941885331
commit 65ba8028d8
Signed by: blek
GPG Key ID: 14546221E3595D0C
3 changed files with 7 additions and 9 deletions

View File

@ -64,6 +64,7 @@ a:visited {
} }
.main_contents { .main_contents {
padding: 16px 12px; padding: 16px 12px;
height: 100%;
} }
.flag_hr { .flag_hr {
background: linear-gradient(0,#5BCEFA 20%,#F5A9B8 20%,40%,#FFFFFF 40%,60%,#F5A9B8 60%,80%,#5BCEFA 80%); background: linear-gradient(0,#5BCEFA 20%,#F5A9B8 20%,40%,#FFFFFF 40%,60%,#F5A9B8 60%,80%,#5BCEFA 80%);

View File

@ -7,10 +7,6 @@ div#resume_js_app {
box-shadow: 0 2px 4px #30303060; box-shadow: 0 2px 4px #30303060;
padding: 10px 8px; padding: 10px 8px;
color: #e1e1e1; color: #e1e1e1;
position: fixed;
top:50%;left:50%;
transform: translate(-50%, -50%);
} }
div#resume_js_app * { div#resume_js_app * {
padding: 0; margin: 0; padding: 0; margin: 0;

View File

@ -6,6 +6,7 @@ block root
block content block content
h2 My online resume h2 My online resume
hr hr
div(class='resume_app_container')
div(id='resume_js_app') div(id='resume_js_app')
p(class='js_loading_indicator') p(class='js_loading_indicator')
| JS is loading. Please hold on... | JS is loading. Please hold on...