Skip to content

Commit

Permalink
[fix] set header space using bootstrap mt-3
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhanstudio committed Jan 11, 2021
1 parent 81b7688 commit 28fa5b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion web/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion web/views/login/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1 style="margin:0px" class="navbar-header font-bold" langtag="application"></h
</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">
Expand Down

0 comments on commit 28fa5b0

Please sign in to comment.