diff --git a/src/views/resume/style/style.scss b/src/views/resume/style/style.scss index 0e7fcd5..f03848c 100644 --- a/src/views/resume/style/style.scss +++ b/src/views/resume/style/style.scss @@ -30,11 +30,10 @@ li { } .page { - height: 100vh; + min-height: 100vh; background-image: url(/static/resume/male/page_bg.png); background-repeat: no-repeat; - background-size: cover; - overflow: hidden; + background-size: 100% 100%; padding: 5% 20px 10px; color: #fff; display: flex; @@ -64,6 +63,7 @@ li { background-image: url(/static/resume/male/resume6.png); background-size: 100% 100%; padding: 30px 30px 10px; + min-height: 70vh; .top-panel-content { display: flex; align-items: center; @@ -146,6 +146,7 @@ li { .bottom-panel { display: flex; margin-top: 10px; + min-height: 30vh; .panel { flex: 1; background: rgba(9, 65, 110, 0.32);