Make column height consistent on works page

This commit is contained in:
Chris Hodapp
2019-11-16 08:43:17 -05:00
parent ccdb625c39
commit f1c3c50218
2 changed files with 8 additions and 1 deletions

View File

@@ -82,3 +82,10 @@ table td, table th {
table > thead > tr:last-child > * {
border-bottom: 2px solid black
}
@media (min-width: 768px) {
.row.equal {
display: flex;
flex-wrap: wrap;
}
}