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:
parent
3f6890825b
commit
5af4c0b9d5
@ -154,8 +154,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.article-thumbnail {
|
.article-thumbnail {
|
||||||
// max-height: 400px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
img {
|
||||||
|
height: 400px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user