diff --git a/app/view/Index/display.html b/app/view/Index/display.html index 759674fe67fa828e2d8cda5f6fcd85a5fb088ca5..9a85c1dd1749b12d497883feedf6dc6d7c46d362 100644 --- a/app/view/Index/display.html +++ b/app/view/Index/display.html @@ -5,7 +5,7 @@ <article class="surtitre"><h2><em>Classements ludiques</em>, pour vous affronter sur vos jeux préférés !</h2></article> <article> - <div class="col-6"> + <div class="col-6 stat-block"> <h3 class="stat-title">Jeux les plus joués sur <em>Classements ludiques</em></h3> <table class="jeux-preferes"> <?php diff --git a/www/css/style.css b/www/css/style.css index c2600f3d84d172cf38590e805a5e77dff1117a06..043379c681a498e72f5d63e66d7a66c013a83b97 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -536,6 +536,9 @@ article h2{ margin-bottom:0; } + .stat-block{ + min-height: 200px; + } article{ margin:auto; width:768px;