Browse Source

Responsive

Laurent Destailleur 5 years ago
parent
commit
bfca151d85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/public/demo/index.php

+ 1 - 1
htdocs/public/demo/index.php

@@ -280,7 +280,7 @@ print '</div>';
 
 print '<div class="demobantext" style="max-width: 1024px;">';
 print '<div style="font-size: 20px; padding: 40px;">';
-print '<div style="text-align: justify;">'.$langs->trans("DemoDesc").'</div><br>';
+print '<div class="hideonsmartphone" style="text-align: justify;">'.$langs->trans("DemoDesc").'</div><br>';
 print '<div class="titre"><font style="font-size: 20px">'.$langs->trans("ChooseYourDemoProfil").'</font></div>';
 print '</div>';
 print '</div>';