CSS4
This commit is contained in:
parent
278fa55ed8
commit
4cbb358f48
@ -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;
|
||||
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user