diff --git a/webshit/index.html b/webshit/index.html index 73f6256e..410fb744 100644 --- a/webshit/index.html +++ b/webshit/index.html @@ -23,9 +23,10 @@ display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 100; /* Sit on top */ - left: 50%; /* Center the modal horizontally */ - top: 50%; /* Center the modal vertically */ - transform: translate(-50%, -50%); /* Use this to center the modal */ + left: 20%; /* Center the modal horizontally */ + right: 20%; /* Center the modal horizontally */ + bottom: 30%; /* Center the modal vertically */ +/* transform: translate(-50%, -50%); /* Use this to center the modal */ */ width: 50%; /* Set a width for the modal */ height: auto; /* Set a height for the modal */ padding: 30px;