resizing prompts
This commit is contained in:
parent
f7a89d757a
commit
2b11aeac29
2 changed files with 7 additions and 8 deletions
|
@ -605,6 +605,10 @@ video {
|
|||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.mt-16 {
|
||||
margin-top: 4rem;
|
||||
}
|
||||
|
||||
.mt-8 {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
@ -638,10 +642,6 @@ video {
|
|||
height: 2rem;
|
||||
}
|
||||
|
||||
.h-96 {
|
||||
height: 24rem;
|
||||
}
|
||||
|
||||
.w-auto {
|
||||
width: auto;
|
||||
}
|
||||
|
|
|
@ -70,11 +70,10 @@
|
|||
|
||||
<div class="flex">
|
||||
<div class="w-lg mx-auto">
|
||||
<h1>Hello Printers!</h1>
|
||||
|
||||
<div class="mt-8" id="kinggeorge-section">
|
||||
<iframe class="w-full h-96" src="http://kinggeorge.printers.nickiel.net/print_jobs" title="KingGeorge status"></iframe>
|
||||
<img src="http://kinggeorge.printers.nickiel.net/webcam" alt="http://kinggeorge.printers.nickiel.net:8080/?action=stream" width="682" height="511" class="shrinkToFit">
|
||||
<div class="mt-16" id="kinggeorge-section">
|
||||
<iframe class="w-full h-100" src="http://kinggeorge.printers.nickiel.net/print_jobs" title="KingGeorge status"></iframe>
|
||||
<img src="http://kinggeorge.printers.nickiel.net/webcam" alt="http://kinggeorge.printers.nickiel.net:8080/?action=stream" width="682" height="511" class="shrinkToFit mt-8">
|
||||
</div>
|
||||
|
||||
<div class="my-8" id="bluey-section">
|
||||
|
|
Loading…
Add table
Reference in a new issue