Remove marging bottom of SelectWebcamForm

This commit is contained in:
GRL 2021-06-07 10:09:51 +02:00
parent 23c74bd7aa
commit e45198e403

View file

@ -134,7 +134,7 @@
section.selectWebcamForm {
margin-top: 3vh;
margin-bottom: 3vh;
/* margin-bottom: 3vh;*/
min-height: 10vh;
width: 50vw;
margin-left: auto;
@ -158,6 +158,7 @@
}
h2{
color: pink;
font-family: "Press Start 2P";
margin: 1px;
}
@ -176,7 +177,7 @@
img {
width: 30px;
margin-right: 10px;
margin-right: 5px;
}
}