Remote can now be moved, cleaned up JS file, added jQuery 3.4.1

This commit is contained in:
Dan
2019-12-26 23:01:37 +00:00
parent 375d7a9354
commit ef358d6afc
4 changed files with 9 additions and 3 deletions

View File

@@ -354,10 +354,12 @@ button:focus { outline: none; }
height: 800px;
position: absolute;
top: 0;
/* top: 0;
bottom: 0;
left: 0;
right: 0;
right: 0; */
top: calc( 50% - ( 800px / 2 ) );
left: calc( 50% - ( 315px / 2 ) );
margin: auto;
/* padding-top: 25px; */
padding: 65px 30px 50px 30px;