Skip to content

Commit 13d8a58

Browse files
committed
Try again
Signed-off-by: mgoin <[email protected]>
1 parent aeceb69 commit 13d8a58

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

_sass/custom.scss

Lines changed: 0 additions & 10 deletions
This file was deleted.

_sass/minima/custom-styles.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
img {
22
background-color: $lm-background-color;
3+
}
4+
5+
// Minimal thumbnail styling for blog post list
6+
.post-list .post-thumbnail {
7+
float: left;
8+
width: 80px;
9+
height: 80px;
10+
margin-right: 1rem;
11+
margin-bottom: 0.5rem;
12+
border-radius: 4px;
13+
object-fit: cover;
314
}

assets/css/style.scss

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)