responsive

This commit is contained in:
2026-08-05 18:38:10 +02:00
parent 7e467f9b1a
commit a3b8fc5567
3 changed files with 17 additions and 4 deletions
+8 -4
View File
@@ -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
}