diff --git a/app/assets/stylesheets/card-columns.css b/app/assets/stylesheets/card-columns.css index 363adefcd..44800ecdf 100644 --- a/app/assets/stylesheets/card-columns.css +++ b/app/assets/stylesheets/card-columns.css @@ -822,6 +822,10 @@ position: absolute; translate: 20% -20%; z-index: 1; + + @media (max-width: 639px) { + translate: 20% 0%; + } } /* Maybe column: position bubble relative to the title, not the container */