32 lines
601 B
CSS
32 lines
601 B
CSS
.embed-responsive {
|
|
position: relative;
|
|
display: block;
|
|
/* height: 0; */
|
|
padding: 0;
|
|
overflow: hidden;
|
|
/* padding-bottom:68%; */
|
|
background: white;
|
|
}
|
|
|
|
|
|
.pdf-viewer {
|
|
width: 100%;
|
|
/* min-height: 700px; */
|
|
height: 100%;
|
|
/* min-width: 275px; */
|
|
/* max-height: 100%;
|
|
background-color: white !important; */
|
|
}
|
|
|
|
.window-viewer {
|
|
/* position: relative;
|
|
top: 0;
|
|
left: 0;
|
|
transform: translate(5%, 5%); */
|
|
width: 70%;
|
|
/* height: 90%; */
|
|
/* min-width: 300px; */
|
|
/* max-width: 100%;
|
|
min-height: 80%; */
|
|
max-height: 100%;
|
|
} |