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