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; }