Commit 87a2492d3b3247c79593d35f5751348c9fed5af3
1 parent
e3c59dd7
5%
Showing
1 changed file
with
1 additions
and
1 deletions
app/views/registrados.blade.php
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"> |
8 | 8 | <style type="text/css"> |
9 | 9 | #contenido{ |
10 | - margin: 1em auto; | |
10 | + margin: 1em 5%; | |
11 | 11 | } |
12 | 12 | </style> |
13 | 13 | <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | ... | ... |