Make column height consistent on works page
This commit is contained in:
parent
ccdb625c39
commit
f1c3c50218
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user