diff --git a/web_src/css/features/projects.css b/web_src/css/features/projects.css index a92f8621c6..0c6d307069 100644 --- a/web_src/css/features/projects.css +++ b/web_src/css/features/projects.css @@ -16,7 +16,7 @@ padding: 0.5rem !important; width: 320px; height: initial; - min-height: 60vh; + min-height: max(calc(100vh - 400px), 300px); flex: 0 0 auto; overflow: visible; display: flex;