Skip to content
Snippets Groups Projects

Fix/posts image size

Merged Antonin COQUET requested to merge fix/posts-image-size into dev
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -33,8 +33,8 @@
margin-bottom: 12px !important;
.image {
object-fit: cover;
height: 88px;
width: 195px;
max-height: 180px;
max-width: 90%;
@media #{$large-phone} {
height: 70px;
}
Loading