Skip to content

Commit f069183

Browse files
authored
Update _base.scss
update blog-cover class css to contain background and turn off repeat
1 parent 1a4c7b1 commit f069183

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_assets/stylesheets/_base.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ a {
9292
@extend .article-cover;
9393
height: 320px;
9494
background-color:#111;
95-
background-size:cover;
95+
background-size:contain;
96+
background-repeat:no-repeat;
9697
background-position:center center;
9798
z-index:1;
9899

0 commit comments

Comments
 (0)