added 2 machines for metallic, and added dropdown menus because we ran out of space

This commit is contained in:
Patrick Tschuchnig
2019-02-12 15:02:08 +01:00
parent 6131728207
commit 3b4812a817
6 changed files with 89 additions and 14 deletions

View File

@@ -0,0 +1,32 @@
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
#myIframe {
width: 100%;
height: 1000px;
}
}
@media (max-width: 640px) {
#myIframe {
width: auto;
height: 500px;
}
#viewerContainer {
overflow-x: inherit;
}
}
</style>
<main role="main" class="container">
<div class="container">
<p><iframe id="myIframe" src="ressources/lib/web/viewer.html?file=../../../ressources/Kunzmann_WF_400M.pdf"></iframe></p>
<p><a class="btn btn-primary btn-lg" href="ressources/lib/web/viewer.html?file=../../../ressources/Kunzmann_WF_400M.pdf" role="button">PDF öffnen</a></p>
</div>
</main>