1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

fix articles image height

This commit is contained in:
Sylvain 2016-07-04 10:53:09 +02:00
parent 3f6890825b
commit 5af4c0b9d5

View File

@ -154,8 +154,11 @@
} }
.article-thumbnail { .article-thumbnail {
// max-height: 400px;
overflow: hidden; overflow: hidden;
img {
height: 400px;
}
} }
} }