0
0

Corrected login page overflow

This commit is contained in:
Bryan Pedini 2019-03-18 11:38:00 +01:00
parent 9270128c6d
commit 4eaf1d0829
No known key found for this signature in database
GPG Key ID: 688D440AE31B40C2

View File

@ -46,6 +46,9 @@
<title>BJPHoster URL Shortener | Login</title>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<style>
body {
overflow-x: hidden;
}
.login-container{
margin-top: 5%;
margin-bottom: 5%;