add more spacing
This commit is contained in:
parent
0b1a5cc8cf
commit
fe7f9b97bb
2 changed files with 10 additions and 1 deletions
|
@ -600,6 +600,11 @@ video {
|
|||
margin-right: auto;
|
||||
}
|
||||
|
||||
.my-8 {
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.mt-8 {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
@ -633,6 +638,10 @@ video {
|
|||
height: 2rem;
|
||||
}
|
||||
|
||||
.h-96 {
|
||||
height: 24rem;
|
||||
}
|
||||
|
||||
.w-auto {
|
||||
width: auto;
|
||||
}
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
<img src="http://kinggeorge.printers.nickiel.net/webcam" alt="http://kinggeorge.printers.nickiel.net:8080/?action=stream" width="682" height="511" class="shrinkToFit">
|
||||
</div>
|
||||
|
||||
<div class="mt-8" id="bluey-section">
|
||||
<div class="my-8" id="bluey-section">
|
||||
<a class="text-blue" href="bluey.printers.nickiel.net">Log into Bluey</a>
|
||||
<img id="bluey-webcam" src="http://bluey.printers.nickiel.net/webcam/?action=stream">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue