diff options
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/list.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/list.css b/assets/css/list.css index bc51fd2..7e6dde9 100644 --- a/assets/css/list.css +++ b/assets/css/list.css | |||
@@ -16,4 +16,12 @@ | |||
16 | position: relative; | 16 | position: relative; |
17 | top: 8px; | 17 | top: 8px; |
18 | left: -15px; | 18 | left: -15px; |
19 | } | ||
20 | |||
21 | .gril-img { | ||
22 | background-repeat: no-repeat; | ||
23 | background-position: center center; | ||
24 | background-size: cover; | ||
25 | width: 64px; | ||
26 | height: 64px; | ||
19 | } \ No newline at end of file | 27 | } \ No newline at end of file |