trying to make it more columns
This commit is contained in:
parent
2b11aeac29
commit
3c5370b257
2 changed files with 7 additions and 2 deletions
|
@ -662,6 +662,11 @@ video {
|
|||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.columns-2 {
|
||||
-moz-columns: 2;
|
||||
columns: 2;
|
||||
}
|
||||
|
||||
.items-center {
|
||||
align-items: center;
|
||||
}
|
||||
|
|
|
@ -68,11 +68,11 @@
|
|||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="flex">
|
||||
<div class="flex columns-2">
|
||||
<div class="w-lg mx-auto">
|
||||
|
||||
<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>
|
||||
<iframe class="w-full" style="height: 47%" 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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue