Adjust work_with_ecp layout for mobile so titles have shorter spacing

This commit is contained in:
rebuilt 2023-01-13 05:23:44 -08:00
parent cc2d564607
commit 912241876d
3 changed files with 12 additions and 6 deletions

View file

@ -9,6 +9,12 @@
grid-auto-columns: 1fr;
}
@media(min-width: 992px){
.grid-item__title {
min-height: 4em;
}
}
.custom-shape-divider-bottom-triangle {
position: absolute;
bottom: 0;