responsive
This commit is contained in:
+8
-4
@@ -170,9 +170,13 @@
|
||||
|
||||
|
||||
#pdf_iframe {
|
||||
width: 100%;
|
||||
height: calc(100vh - 220px);
|
||||
min-height: 500px;
|
||||
width: min(100%, 1400px);
|
||||
aspect-ratio: 297 / 210;
|
||||
border: 1px solid #ccc;
|
||||
margin-top: 1rem;
|
||||
margin: 1rem auto;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-top: 2em;
|
||||
text-align: center
|
||||
}
|
||||
Reference in New Issue
Block a user