update resume layout
This commit is contained in:
parent
5941885331
commit
65ba8028d8
|
@ -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%);
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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...
|
||||||
|
|
Loading…
Reference in New Issue