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 > * { table > thead > tr:last-child > * {
border-bottom: 2px solid black border-bottom: 2px solid black
} }
@media (min-width: 768px) {
.row.equal {
display: flex;
flex-wrap: wrap;
}
}

View File

@ -1,5 +1,5 @@
<!-- Begin Hakyll template, post-grid.html --> <!-- Begin Hakyll template, post-grid.html -->
<div class="row"> <div class="row equal">
$for(works)$ $for(works)$
<div class="col-sm-6"> <div class="col-sm-6">
<h3>$title$</h3> <h3>$title$</h3>