Fix slides CSS

pull/1/head
yflory 7 years ago
parent 159ccc2866
commit d09f5b70c7

@ -279,7 +279,7 @@ div#modal #content, #print {
* {
.size(2.75);
* {
font-size: 100%;
font-size: 1em;
line-height: 1em;
}
}
@ -396,22 +396,25 @@ div#modal #content, #print {
}
p {
display: flex;
flex-flow: row wrap;
//display: flex;
//flex-flow: row wrap;
padding: 0;
margin: 0;
min-height:0;
flex: 1;
min-width:0;
//flex: 1;
}
media-tag {
min-height: 0;
flex: 1;
display: block;
display: flex;
flex-flow: column;
text-align: center;
}
media-tag img {
flex: 1;
max-height: 100% !important;
}

Loading…
Cancel
Save