Skip to content
Snippets Groups Projects

Resolve "Fix max-width of resource cards"

Merged Daniel Göbel requested to merge bugfix/98-fix-max-width-of-resource-cards into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -121,7 +121,7 @@ onMounted(() => {
:key="resource.resource_id"
:resource="resource"
:loading="false"
style="min-width: 48%"
style="min-width: 47%; max-width: 48%"
/>
</CardTransitionGroup>
</div>
Loading