nuxt / nuxt.com

The Nuxt website, made with Nuxt.
https://nuxt.com
MIT License
268 stars 124 forks source link

fix: Zeabur integration SVG size issue #1576

Closed ridemountainpig closed 2 months ago

ridemountainpig commented 2 months ago

Fix the Zeabur integration SVG size issue.

Before: CleanShot 2024-05-05 at 16 56 20@2x

After: CleanShot 2024-05-05 at 16 56 59@2x

arashsheyda commented 2 months ago

I think it's better to add h-full to this line? (there might be other logos that are not in full size e.g. Koyeb)

https://github.com/nuxt/nuxt.com/blob/083ec79b0a5c22588b6c38cdd5f5fa17b6631d63/components/home/HomeSectionIntegrations.vue#L14

ridemountainpig commented 2 months ago

I think it's better to add h-full to this line? (there might be other logos that are not in full size e.g. Koyeb)

https://github.com/nuxt/nuxt.com/blob/083ec79b0a5c22588b6c38cdd5f5fa17b6631d63/components/home/HomeSectionIntegrations.vue#L14

Added. Thanks for you advice.