Corrected login page overflow
This commit is contained in:
parent
9270128c6d
commit
4eaf1d0829
@ -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%;
|
||||
|
Reference in New Issue
Block a user