Fix image deformation

This commit is contained in:
Alexis Tacnet
2017-02-07 12:36:26 +01:00
parent 22096d3e17
commit 6c4bbf76f1

View File

@@ -749,24 +749,19 @@ section.main .content .markdown figure img {
position: static;
margin: auto;
}
@media (min-width: 376px) {
@media (min-width: 321px) {
section.main .content .markdown figure {
height: 140px;
}
}
@media (min-width: 426px) {
section.main .content .markdown figure {
height: 150px;
}
}
@media (min-width: 550px) {
section.main .content .markdown figure {
height: 200px;
height: 220px;
}
}
@media (min-width: 769px) {
section.main .content .markdown figure {
height: 269px;
height: 241px;
width: 110%;
margin-left: -5%;
}