forked from platypush/platypush
border-radius fix
This commit is contained in:
parent
af11358a76
commit
19268f66a8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
.carousel > img {
|
.carousel > img {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
border-radius: 10px;
|
border-radius: 5px;
|
||||||
height: 22.5em;
|
height: 22.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue