fix(modules): highlighted course bg image

This commit is contained in:
Benedikt Rötsch
2017-10-06 13:16:19 +02:00
committed by Benedikt Rötsch
parent d1a5113bfc
commit 053e489486
3 changed files with 7 additions and 16 deletions

View File

@@ -5,12 +5,9 @@
height: 50vh;
max-height: 500px;
border-radius: var(--border-radius);
}
@element image {
display: block;
width: 100%;
height: auto;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
@element overlay {