Skip to content

Commit 21d7cde

Browse files
committed
css improvements
1 parent 006fddb commit 21d7cde

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

public/css/lfm.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ html, body {
44

55
.img-row {
66
overflow: visible;
7+
margin-bottom: 10px;
78
}
89

910
.container {

src/views/images.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class="btn btn-default btn-xs">
3535

3636
@foreach($files as $key => $file)
3737

38-
<div class="col-sm-6 col-md-2 img-row" style="">
38+
<div class="col-sm-6 col-md-2 img-row">
3939

4040
<div class="thumbnail thumbnail-img" data-id="{{ basename($file) }}" id="img_thumbnail_{{ $key }}">
4141
<img id="{!! $file !!}"

0 commit comments

Comments
 (0)