Skip to content
Snippets Groups Projects
Commit b085c5d0 authored by Antonin COQUET's avatar Antonin COQUET Committed by Hugo SUBTIL
Browse files

fix: posts image size

parent 0e064c5b
No related branches found
No related tags found
2 merge requests!178release V1.10.0,!154Dev
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
margin-bottom: 12px !important; margin-bottom: 12px !important;
.image { .image {
object-fit: cover; object-fit: cover;
height: 88px; max-height: 180px;
width: 195px; max-width: 90%;
@media #{$large-phone} { @media #{$large-phone} {
height: 70px; height: 70px;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment