Responsive images / figures

This commit is contained in:
Mikko Ahlroth 2018-11-04 11:33:02 +02:00
parent c9dc263b4e
commit 54bd998fbe

View file

@ -40,4 +40,19 @@
height: 500px;
}
}
figure.thumbnail {
max-width: 100%;
text-align: center;
margin: 20px 0;
padding: 0;
img {
max-width: 100%;
}
figcaption {
font-style: italic;
}
}
}