fix: add the border radius to the cover

This commit is contained in:
Kazhnuz Klappsthul 2021-07-28 18:25:09 +02:00
parent c3018645a8
commit 41a99c0729
1 changed files with 1 additions and 0 deletions

View File

@ -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 {