We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006fddb commit 21d7cdeCopy full SHA for 21d7cde
public/css/lfm.css
@@ -4,6 +4,7 @@ html, body {
4
5
.img-row {
6
overflow: visible;
7
+ margin-bottom: 10px;
8
}
9
10
.container {
src/views/images.blade.php
@@ -35,7 +35,7 @@ class="btn btn-default btn-xs">
35
36
@foreach($files as $key => $file)
37
38
- <div class="col-sm-6 col-md-2 img-row" style="">
+ <div class="col-sm-6 col-md-2 img-row">
39
40
<div class="thumbnail thumbnail-img" data-id="{{ basename($file) }}" id="img_thumbnail_{{ $key }}">
41
<img id="{!! $file !!}"
0 commit comments