diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/launcher.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scss/launcher.scss b/scss/launcher.scss index 87854f4..590fe82 100644 --- a/scss/launcher.scss +++ b/scss/launcher.scss @@ -188,6 +188,19 @@ .thumbnail { @include lib.rounded(10); + + & > * { + background-size: cover; + background-position: center; + + &:first-child { + @include lib.rounded(10, $tr: 0, $br: 0); + } + + &:last-child { + @include lib.rounded(10, $tl: 0, $bl: 0); + } + } } } |