From 0955ec1c9027ccc281e20d6a1bd2707e2875dbec Mon Sep 17 00:00:00 2001 From: xenofem Date: Thu, 8 Feb 2024 03:39:00 -0500 Subject: [PATCH] tweak flexbox stuff so work preview and work info don't get huge gap between them --- dlibrary/static/dlibrary.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dlibrary/static/dlibrary.css b/dlibrary/static/dlibrary.css index fbcace4..45fd612 100644 --- a/dlibrary/static/dlibrary.css +++ b/dlibrary/static/dlibrary.css @@ -107,9 +107,8 @@ body { } .work-preview { - flex-basis: 40%; - flex-grow: 1; min-width: min(300px, 100%); + max-width: 600px; text-align: center; } @@ -123,8 +122,6 @@ body { } .work-info { - flex-basis: 40%; - flex-grow: 1; max-width: 500px; }