Skip to content

Commit

Permalink
Fix home cards grid columns
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Jan 17, 2020
1 parent 1155c29 commit 73832da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/home/index.twig
Expand Up @@ -10,7 +10,7 @@
{{ sync_favorite_tables|raw }}
<div class="container-fluid">
<div class="row">
<div class="col-7 col-xs-12">
<div class="col-md-7 col-12">
{% if has_server %}
{% if is_demo %}
<div class="card mt-4">
Expand Down Expand Up @@ -99,7 +99,7 @@
</div>
</div>

<div class="col-5 col-xs-12">
<div class="col-md-5 col-12">
{% if database_server is not empty %}
<div class="card mt-4">
<div class="card-header">
Expand Down

0 comments on commit 73832da

Please sign in to comment.