border-radius fix

This commit is contained in:
Fabio Manganiello 2018-05-07 09:56:31 +02:00
parent af11358a76
commit 19268f66a8
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
.carousel > img {
flex-shrink: 0;
max-height: 100%;
border-radius: 10px;
border-radius: 5px;
height: 22.5em;
}