diff --git a/dlibrary/static/dlibrary.css b/dlibrary/static/dlibrary.css index d02110d..03c78d4 100644 --- a/dlibrary/static/dlibrary.css +++ b/dlibrary/static/dlibrary.css @@ -51,12 +51,19 @@ body { .work-container { display: flex; + flex-wrap: wrap; justify-content: center; gap: 30px; } +.work-preview img { + max-width: 100%; +} + .work-info { - max-width: min(50%, 500px); + flex-basis: 40%; + flex-grow: 1; + max-width: 500px; } .work-info td, .work-info th {