19 lines
269 B
Plaintext
19 lines
269 B
Plaintext
|
|
.appuser-resume-page {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
height: 100vh;
|
||
|
|
padding: 8px;
|
||
|
|
background: #f5f5f5;
|
||
|
|
|
||
|
|
.resume-iframe-container {
|
||
|
|
flex: 1;
|
||
|
|
overflow: hidden;
|
||
|
|
|
||
|
|
iframe {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
border: 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|