mirror of https://github.com/qwqdanchun/nps.git
[fix] set header space using bootstrap mt-3
This commit is contained in:
parent
ad571da40d
commit
50b006bf72
|
@ -5727,7 +5727,6 @@ body.mini-navbar.fixed-sidebar .logo-element {
|
|||
.loginColumns {
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
padding: 100px 20px 20px 20px;
|
||||
}
|
||||
.passwordBox {
|
||||
max-width: 460px;
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
</span>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="loginColumns animated fadeInDown">
|
||||
<div class="loginColumns animated fadeInDown mt-3">
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-6 mt-3">
|
||||
|
|
Loading…
Reference in New Issue