layer5io / layer5

Layer5, expect more from your infrastructure

Home Page:https://layer5.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Integration logo AMD] - Logo is out of proportion

sandramsc opened this issue ยท comments

Link: 270+ Built-In Integrations
Section under "270+ Built-In Integrations"

Currently, the AMD integration logo looks out of proportion.

Desired state

Adjust the proportions of the logo to accurately reflect the original design.

Screenshots

Before

amd2

After

amdaft


Contributor Resources and Handbook

The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master branch.

Join the Layer5 Community by submitting your community member form.

Hey Sandra, I just opened the same issue #5308 a couple hours earlier

I added object-fit: contain and this is the result:
image

If this is fine then I can raise a PR

Also check this possible solution:

  alt={item.frontmatter.title}
- height = {70}
- width = {70}
+ height={(item.frontmatter.title == 'AMD GPU')? 'auto' : '70'}
+ width={(item.frontmatter.title == 'AMD GPU')? '95' : '70'}
  style={{
  filter:

Result:
image

Some icons are very small and also can be improved with above logic:
image

Hey Sandra, I just opened the same issue #5308 a couple hours earlier

Hi @prabhjeevnijjar Thank you for this, closing issue as duplicate.