This commit is contained in:
DonRenando 2015-02-18 22:49:48 +01:00
parent 278fa55ed8
commit 4cbb358f48
2 changed files with 3 additions and 3 deletions

View File

@ -5369,7 +5369,7 @@ a.list-group-item-danger.active:focus {
.well-lg {
padding: 15px;
margin: 5%;
margin-left : 35%;
margin-left : 40%;
margin-right: 40%;
border-radius: 6px;

View File

@ -38,8 +38,8 @@
<div class="item">
@endif
<br>
<a href="/referents/vive.linux/games"><img style="border: 7px solid white; box-shadow: 0px 0px 3px black; max-height: 400px;" src="{{$ref -> image}}" width="250px" alt="{{ $ref -> name }}-Nom"></a>
<div class="well well-lg col-xs-4 col-md-4">{{$ref -> firstname}}, {{$ref -> lastname}}</div>
<a href="/referents/vive.linux/games"><img style="border: 7px solid white; box-shadow: 0px 0px 3px black; max-height: 350px;" src="{{$ref -> image}}" width="300px" alt="{{ $ref -> name }}-Nom"></a>
<div class="well well-lg col-xs-4 col-md-2">{{$ref -> firstname}}, {{$ref -> lastname}}</div>
</div>
@endforeach
</div>