Skip to content

Commit

Permalink
Restored original Container length + Corrected Image size on Debug Page
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLinkman committed Oct 19, 2022
1 parent 75fdeb2 commit 5e3aab1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions data/web/css/build/014-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,9 @@
max-width: 250px;
}
}

@media (min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1600px;
}
}
2 changes: 1 addition & 1 deletion data/web/templates/debug.twig
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<div class="card-body">
<div class="row">
<div class="col-sm-12 col-md-4 d-flex flex-column">
<img class="img-responsive my-auto" alt="mailcow-logo" src="{{ logo|default('/img/cow_mailcow.svg') }}">
<img class="img-responsive my-auto m-auto" alt="mailcow-logo" style="max-width: 85%; max-height: 85%;" src="{{ logo|default('/img/cow_mailcow.svg') }}">
</div>
<div class="col-sm-12 col-md-8">
<div class="table-responsive" style="margin-top: 10px;">
Expand Down

0 comments on commit 5e3aab1

Please sign in to comment.