fix: add the border radius to the cover
This commit is contained in:
parent
c3018645a8
commit
41a99c0729
1 changed files with 1 additions and 0 deletions
|
@ -249,6 +249,7 @@ $preview-height: 8*$lineheight;
|
||||||
.cover {
|
.cover {
|
||||||
width:100%;
|
width:100%;
|
||||||
height:auto;
|
height:auto;
|
||||||
|
@include border-radius($card-radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
.roman {
|
.roman {
|
||||||
|
|
Loading…
Reference in a new issue