fix image sizes in /slide/

This commit is contained in:
Pierre Bondoerffer
2017-08-08 11:44:01 +02:00
parent 88be5444f0
commit f585ddccdf
2 changed files with 13 additions and 0 deletions

View File

@@ -336,6 +336,15 @@ div#modal #content, #print {
padding-left: 0.3em;
}
// fixes image overflowing
media-tag {
height: 100%;
& + * {
margin-top: 1rem;
}
}
img {
position: relative;
min-width: 1%;