From f1c3c50218c2e5c44baf863b6b32970550689ed8 Mon Sep 17 00:00:00 2001 From: Chris Hodapp Date: Sat, 16 Nov 2019 08:43:17 -0500 Subject: [PATCH] Make column height consistent on works page --- css/default.css | 7 +++++++ templates/post-grid.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 5359a18..d109c3f 100644 --- a/css/default.css +++ b/css/default.css @@ -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; + } +} diff --git a/templates/post-grid.html b/templates/post-grid.html index 753b40a..96f50cd 100644 --- a/templates/post-grid.html +++ b/templates/post-grid.html @@ -1,5 +1,5 @@ -
+
$for(works)$

$title$