From 9ebab7d5bb2b2f83f93aa32c89bc8564a31b2f83 Mon Sep 17 00:00:00 2001 From: xenofem Date: Sun, 4 Feb 2024 01:02:00 -0500 Subject: [PATCH] center work preview image when needed --- dlibrary/static/dlibrary.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlibrary/static/dlibrary.css b/dlibrary/static/dlibrary.css index 5a7e0bf..44fcfff 100644 --- a/dlibrary/static/dlibrary.css +++ b/dlibrary/static/dlibrary.css @@ -108,6 +108,7 @@ body { flex-basis: 40%; flex-grow: 1; min-width: min(300px, 100%); + text-align: center; } .work-preview img { @@ -115,7 +116,6 @@ body { } .work-preview .start-link { - text-align: center; font-weight: bold; font-size: 24px; }