Fix image ratio in slides

This commit is contained in:
yflory 2017-10-12 16:45:43 +02:00
parent e317265594
commit 5ed60a0ad7
1 changed files with 3 additions and 1 deletions

View File

@ -277,11 +277,13 @@ div#cp-app-slide-modal #cp-app-slide-modal-content, #cp-app-slide-print {
// fixes image overflowing // fixes image overflowing
media-tag { media-tag {
height: 100%; height: 100%;
flex-flow: row;
justify-content: center;
& + * { & + * {
margin-top: 1rem; margin-top: 1rem;
} }
img { margin: unset; } img { flex: unset; }
} }
img { img {