Commit 8904ff82bd8d0ddbad6d05cf74a08ec3e348d63a
1 parent
db8b0ade
Exists in
master
Correção no width da página inicial
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
init/index.php
| ... | ... | @@ -108,7 +108,7 @@ include "head.php"; |
| 108 | 108 | </nav> |
| 109 | 109 | |
| 110 | 110 | <div class="container-fluid" id="conteudoPrincipal" tabindex="-1"> |
| 111 | - <div class="row center-block"> | |
| 111 | + <div class="row center-block " style="max-width:1000px"> | |
| 112 | 112 | <?php |
| 113 | 113 | include_once ("../classesphp/carrega_ext.php"); |
| 114 | 114 | if (! function_exists("ms_GetVersion")) { | ... | ... |