Hi @Max please check if I am correct.
I think I discovered a missing word break with long project names.
before:
after:
Mobile Behavior:
Number of Columns: 2
I helped myself with this workaround
@media (max-width: 500px){
.eapp-portfolio-project-look-card-name {
overflow-wrap: anywhere;
word-break: break-word;
white-space: normal;
}
}