/all display a mozaic

This commit is contained in:
nemunaire 2016-06-27 00:34:57 +02:00
commit 9fc22e4972
2 changed files with 47 additions and 1 deletions

View file

@ -19,11 +19,25 @@ figure.big {
vertical-align: middle;
}
figure.moz {
display: block;
float: left;
height: 190px;
width: 300px;
text-align: center;
vertical-align: middle;
}
.big img {
max-height: calc(100vh - 5px);
max-width: calc(100vw - 5px);
}
.moz img {
max-height: 190px;
max-width: 300px;
}
a {
outline: none;
}